Html Css Color HEX #D68DA8 Kobi

📋 copy color: '#D68DA8'

red 214 ◦ green 141 ◦ blue 168

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

Shades of Kobi #D68DA8

Tints of Kobi #D68DA8

RGB

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

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

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

R = 40.92%
G = 26.96%
B = 32.12%

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

#D68DA8 (or 0xD68DA8) is known color: Kobi. HEX triplet: D6, 8D and A8. RGB value is (214,141,168). Sum of RGB (Red+Green+Blue) = 214+141+168=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DA8 is #297257. Grayscale: #A5A5A5. Windows color (decimal): -2716248 or 11046358. OLE color: 11046358.

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

Color convert

RGB 214 141 168 -
CMYK 0 0.34 0.21 0.16
HSL 337.81º 0.47% 0.7% -
HSV(B) 337.81º 0.34% 0.84% -
XYZ 44.32 36.17 41.69 -
YUV 165.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 214 141 168 0 0.34 0.21 0.16 337.81 0.47 0.7
Hex D6 8D A8 0 22 15 10 152 2F 46
Octal 326 215 250 0 42 25 20 522 57 106
Binary 11010110 10001101 10101000 0 100010 10101 10000 101010010 101111 1000110

Color Harmonies of #D68DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DA8

Black with #D68DA8

Text Example


Text Example

White with #D68DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DA8; }

 p { color: rgb(214,141,168); }

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

background-color css

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

 a { background-color: rgb(214,141,168); }

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

border-color css

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

 span { border-color: rgb(214,141,168); }

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