Html Css Color HEX #D780AB Kobi

📋 copy color: '#D780AB'

red 215 ◦ green 128 ◦ blue 171

#D780AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D780AB

Tints of Kobi #D780AB

RGB

 RED value IS 215 (84.38% from 255) = 41.83%

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 41.83%
G = 24.9%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D780AB (or 0xD780AB) is known color: Kobi. HEX triplet: D7, 80 and AB. RGB value is (215,128,171). Sum of RGB (Red+Green+Blue) = 215+128+171=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AB is #287F54. Grayscale: #9E9E9E. Windows color (decimal): -2654037 or 11239639. OLE color: 11239639.

HSL color Cylindrical-coordinate representation of color #D780AB: hue angle of 330.34º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780AB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 171 -
CMYK 0 0.40 0.20 0.16
HSL 330.34º 0.52% 0.67% -
HSV(B) 330.34º 0.4% 0.84% -
XYZ 43.09 32.83 42.59 -
YUV 158.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 215 128 171 0 0.40 0.20 0.16 330.34 0.52 0.67
Hex D7 80 AB 0 28 14 10 14A 34 43
Octal 327 200 253 0 50 24 20 512 64 103
Binary 11010111 10000000 10101011 0 101000 10100 10000 101001010 110100 1000011

Color Harmonies of #D780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780AB

Black with #D780AB

Text Example


Text Example

White with #D780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780AB; }

 p { color: rgb(215,128,171); }

 H1.HeaderClassName
 {
   color: #D780AB;
 }
 .AnyTagClassName
 {
   color: #D780AB;
 }
</style>

background-color css

<style>
 a { background-color: #D780AB; }

 a { background-color: rgb(215,128,171); }

 div.DivClassName
 {
   background-color: #D780AB;
 }
 .BgClassName
 {
   background-color: #D780AB;
 }
</style>

border-color css

<style>
 span { border-color: #D780AB; }

 span { border-color: rgb(215,128,171); }

 td.TdClassName
 {
   border-color: #D780AB;
 }
 .TagClassName
 {
   border-color: #D780AB;
 }
</style>