Html Css Color HEX #D288B1 Kobi

📋 copy color: '#D288B1'

red 210 ◦ green 136 ◦ blue 177

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

Shades of Kobi #D288B1

Tints of Kobi #D288B1

RGB

 RED value IS 210 (82.42% from 255) = 40.15%

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 40.15%
G = 26%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D288B1 (or 0xD288B1) is known color: Kobi. HEX triplet: D2, 88 and B1. RGB value is (210,136,177). Sum of RGB (Red+Green+Blue) = 210+136+177=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D288B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D288B1 is #2D774E. Grayscale: #A2A2A2. Windows color (decimal): -2979663 or 11634898. OLE color: 11634898.

HSL color Cylindrical-coordinate representation of color #D288B1: hue angle of 326.76º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288B1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 177 -
CMYK 0 0.35 0.16 0.18
HSL 326.76º 0.45% 0.68% -
HSV(B) 326.76º 0.35% 0.82% -
XYZ 43.32 34.48 45.97 -
YUV 162.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 210 136 177 0 0.35 0.16 0.18 326.76 0.45 0.68
Hex D2 88 B1 0 23 10 12 147 2D 44
Octal 322 210 261 0 43 20 22 507 55 104
Binary 11010010 10001000 10110001 0 100011 10000 10010 101000111 101101 1000100

Color Harmonies of #D288B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288B1

Black with #D288B1

Text Example


Text Example

White with #D288B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288B1; }

 p { color: rgb(210,136,177); }

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

background-color css

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

 a { background-color: rgb(210,136,177); }

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

border-color css

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

 span { border-color: rgb(210,136,177); }

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