Html Css Color HEX #D78EA8 Kobi

📋 copy color: '#D78EA8'

red 215 ◦ green 142 ◦ blue 168

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

Shades of Kobi #D78EA8

Tints of Kobi #D78EA8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.05%

 BLUE value IS 168 (66.02% from 255) = 32%

R = 40.95%
G = 27.05%
B = 32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D78EA8 (or 0xD78EA8) is known color: Kobi. HEX triplet: D7, 8E and A8. RGB value is (215,142,168). Sum of RGB (Red+Green+Blue) = 215+142+168=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EA8 is #287157. Grayscale: #A6A6A6. Windows color (decimal): -2650456 or 11046615. OLE color: 11046615.

HSL color Cylindrical-coordinate representation of color #D78EA8: hue angle of 338.63º 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 #D78EA8 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 142 168 -
CMYK 0 0.34 0.22 0.16
HSL 338.63º 0.48% 0.7% -
HSV(B) 338.63º 0.34% 0.84% -
XYZ 44.77 36.62 41.75 -
YUV 166.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 215 142 168 0 0.34 0.22 0.16 338.63 0.48 0.7
Hex D7 8E A8 0 22 16 10 153 30 46
Octal 327 216 250 0 42 26 20 523 60 106
Binary 11010111 10001110 10101000 0 100010 10110 10000 101010011 110000 1000110

Color Harmonies of #D78EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EA8

Black with #D78EA8

Text Example


Text Example

White with #D78EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EA8; }

 p { color: rgb(215,142,168); }

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

background-color css

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

 a { background-color: rgb(215,142,168); }

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

border-color css

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

 span { border-color: rgb(215,142,168); }

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