Html Css Color HEX #D288AD Kobi

📋 copy color: '#D288AD'

red 210 ◦ green 136 ◦ blue 173

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

Shades of Kobi #D288AD

Tints of Kobi #D288AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 40.46%
G = 26.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D288AD (or 0xD288AD) is known color: Kobi. HEX triplet: D2, 88 and AD. RGB value is (210,136,173). Sum of RGB (Red+Green+Blue) = 210+136+173=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D288AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D288AD is #2D7752. Grayscale: #A2A2A2. Windows color (decimal): -2979667 or 11372754. OLE color: 11372754.

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

Color convert

RGB 210 136 173 -
CMYK 0 0.35 0.18 0.18
HSL 330º 0.45% 0.68% -
HSV(B) 330º 0.35% 0.82% -
XYZ 42.93 34.33 43.9 -
YUV 162.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 210 136 173 0 0.35 0.18 0.18 330 0.45 0.68
Hex D2 88 AD 0 23 12 12 14A 2D 44
Octal 322 210 255 0 43 22 22 512 55 104
Binary 11010010 10001000 10101101 0 100011 10010 10010 101001010 101101 1000100

Color Harmonies of #D288AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288AD

Black with #D288AD

Text Example


Text Example

White with #D288AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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