Html Css Color HEX #D287AD Kobi

📋 copy color: '#D287AD'

red 210 ◦ green 135 ◦ blue 173

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

Shades of Kobi #D287AD

Tints of Kobi #D287AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.06%

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

R = 40.54%
G = 26.06%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D287AD (or 0xD287AD) is known color: Kobi. HEX triplet: D2, 87 and AD. RGB value is (210,135,173). Sum of RGB (Red+Green+Blue) = 210+135+173=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D287AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D287AD is #2D7852. Grayscale: #A1A1A1. Windows color (decimal): -2979923 or 11372498. OLE color: 11372498.

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

Color convert

RGB 210 135 173 -
CMYK 0 0.36 0.18 0.18
HSL 329.6º 0.45% 0.68% -
HSV(B) 329.6º 0.36% 0.82% -
XYZ 42.79 34.05 43.85 -
YUV 161.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 210 135 173 0 0.36 0.18 0.18 329.6 0.45 0.68
Hex D2 87 AD 0 24 12 12 14A 2D 44
Octal 322 207 255 0 44 22 22 512 55 104
Binary 11010010 10000111 10101101 0 100100 10010 10010 101001010 101101 1000100

Color Harmonies of #D287AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287AD

Black with #D287AD

Text Example


Text Example

White with #D287AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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