Html Css Color HEX #D68EB0 Kobi

📋 copy color: '#D68EB0'

red 214 ◦ green 142 ◦ blue 176

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

Shades of Kobi #D68EB0

Tints of Kobi #D68EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.08%

R = 40.23%
G = 26.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D68EB0 (or 0xD68EB0) is known color: Kobi. HEX triplet: D6, 8E and B0. RGB value is (214,142,176). Sum of RGB (Red+Green+Blue) = 214+142+176=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EB0 is #29714F. Grayscale: #A7A7A7. Windows color (decimal): -2715984 or 11570902. OLE color: 11570902.

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

Color convert

RGB 214 142 176 -
CMYK 0 0.34 0.18 0.16
HSL 331.67º 0.47% 0.7% -
HSV(B) 331.67º 0.34% 0.84% -
XYZ 45.24 36.78 45.79 -
YUV 167.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 214 142 176 0 0.34 0.18 0.16 331.67 0.47 0.7
Hex D6 8E B0 0 22 12 10 14C 2F 46
Octal 326 216 260 0 42 22 20 514 57 106
Binary 11010110 10001110 10110000 0 100010 10010 10000 101001100 101111 1000110

Color Harmonies of #D68EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EB0

Black with #D68EB0

Text Example


Text Example

White with #D68EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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