Html Css Color HEX #D68EA9 Kobi

📋 copy color: '#D68EA9'

red 214 ◦ green 142 ◦ blue 169

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

Shades of Kobi #D68EA9

Tints of Kobi #D68EA9

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

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

 BLUE value IS 169 (66.41% from 255) = 32.19%

R = 40.76%
G = 27.05%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D68EA9 (or 0xD68EA9) is known color: Kobi. HEX triplet: D6, 8E and A9. RGB value is (214,142,169). Sum of RGB (Red+Green+Blue) = 214+142+169=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EA9 is #297156. Grayscale: #A6A6A6. Windows color (decimal): -2715991 or 11112150. OLE color: 11112150.

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

Color convert

RGB 214 142 169 -
CMYK 0 0.34 0.21 0.16
HSL 337.5º 0.47% 0.7% -
HSV(B) 337.5º 0.34% 0.84% -
XYZ 44.57 36.51 42.23 -
YUV 166.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 214 142 169 0 0.34 0.21 0.16 337.5 0.47 0.7
Hex D6 8E A9 0 22 15 10 152 2F 46
Octal 326 216 251 0 42 25 20 522 57 106
Binary 11010110 10001110 10101001 0 100010 10101 10000 101010010 101111 1000110

Color Harmonies of #D68EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EA9

Black with #D68EA9

Text Example


Text Example

White with #D68EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EA9; }

 p { color: rgb(214,142,169); }

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

background-color css

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

 a { background-color: rgb(214,142,169); }

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

border-color css

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

 span { border-color: rgb(214,142,169); }

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