Html Css Color HEX #D78EAD Kobi

📋 copy color: '#D78EAD'

red 215 ◦ green 142 ◦ blue 173

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

Shades of Kobi #D78EAD

Tints of Kobi #D78EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 40.57%
G = 26.79%
B = 32.64%

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

#D78EAD (or 0xD78EAD) is known color: Kobi. HEX triplet: D7, 8E and AD. RGB value is (215,142,173). Sum of RGB (Red+Green+Blue) = 215+142+173=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78EAD is #287152. Grayscale: #A7A7A7. Windows color (decimal): -2650451 or 11374295. OLE color: 11374295.

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

Color convert

RGB 215 142 173 -
CMYK 0 0.34 0.20 0.16
HSL 334.52º 0.48% 0.7% -
HSV(B) 334.52º 0.34% 0.84% -
XYZ 45.24 36.81 44.26 -
YUV 167.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 215 142 173 0 0.34 0.20 0.16 334.52 0.48 0.7
Hex D7 8E AD 0 22 14 10 14F 30 46
Octal 327 216 255 0 42 24 20 517 60 106
Binary 11010111 10001110 10101101 0 100010 10100 10000 101001111 110000 1000110

Color Harmonies of #D78EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EAD

Black with #D78EAD

Text Example


Text Example

White with #D78EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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