Html Css Color HEX #D688B2 Kobi

📋 copy color: '#D688B2'

red 214 ◦ green 136 ◦ blue 178

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

Shades of Kobi #D688B2

Tints of Kobi #D688B2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.76%

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 40.53%
G = 25.76%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D688B2 (or 0xD688B2) is known color: Kobi. HEX triplet: D6, 88 and B2. RGB value is (214,136,178). Sum of RGB (Red+Green+Blue) = 214+136+178=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688B2 is #29774D. Grayscale: #A4A4A4. Windows color (decimal): -2717518 or 11700438. OLE color: 11700438.

HSL color Cylindrical-coordinate representation of color #D688B2: hue angle of 327.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688B2 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 178 -
CMYK 0 0.36 0.17 0.16
HSL 327.69º 0.49% 0.69% -
HSV(B) 327.69º 0.36% 0.84% -
XYZ 44.57 35.12 46.55 -
YUV 164.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 214 136 178 0 0.36 0.17 0.16 327.69 0.49 0.69
Hex D6 88 B2 0 24 11 10 148 31 45
Octal 326 210 262 0 44 21 20 510 61 105
Binary 11010110 10001000 10110010 0 100100 10001 10000 101001000 110001 1000101

Color Harmonies of #D688B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688B2

Black with #D688B2

Text Example


Text Example

White with #D688B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688B2; }

 p { color: rgb(214,136,178); }

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

background-color css

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

 a { background-color: rgb(214,136,178); }

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

border-color css

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

 span { border-color: rgb(214,136,178); }

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