Html Css Color HEX #D78DAB Kobi

📋 copy color: '#D78DAB'

red 215 ◦ green 141 ◦ blue 171

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

Shades of Kobi #D78DAB

Tints of Kobi #D78DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

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

R = 40.8%
G = 26.76%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D78DAB (or 0xD78DAB) is known color: Kobi. HEX triplet: D7, 8D and AB. RGB value is (215,141,171). Sum of RGB (Red+Green+Blue) = 215+141+171=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAB is #287254. Grayscale: #A6A6A6. Windows color (decimal): -2650709 or 11242967. OLE color: 11242967.

HSL color Cylindrical-coordinate representation of color #D78DAB: hue angle of 335.68º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 171 -
CMYK 0 0.34 0.20 0.16
HSL 335.68º 0.48% 0.7% -
HSV(B) 335.68º 0.34% 0.84% -
XYZ 44.9 36.44 43.19 -
YUV 166.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 215 141 171 0 0.34 0.20 0.16 335.68 0.48 0.7
Hex D7 8D AB 0 22 14 10 150 30 46
Octal 327 215 253 0 42 24 20 520 60 106
Binary 11010111 10001101 10101011 0 100010 10100 10000 101010000 110000 1000110

Color Harmonies of #D78DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78DAB

Black with #D78DAB

Text Example


Text Example

White with #D78DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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