Html Css Color HEX #D289AE Kobi

📋 copy color: '#D289AE'

red 210 ◦ green 137 ◦ blue 174

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

Shades of Kobi #D289AE

Tints of Kobi #D289AE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.3%

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 40.31%
G = 26.3%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D289AE (or 0xD289AE) is known color: Kobi. HEX triplet: D2, 89 and AE. RGB value is (210,137,174). Sum of RGB (Red+Green+Blue) = 210+137+174=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D289AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D289AE is #2D7651. Grayscale: #A2A2A2. Windows color (decimal): -2979410 or 11438546. OLE color: 11438546.

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

Color convert

RGB 210 137 174 -
CMYK 0 0.35 0.17 0.18
HSL 329.59º 0.45% 0.68% -
HSV(B) 329.59º 0.35% 0.82% -
XYZ 43.16 34.65 44.46 -
YUV 163.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 210 137 174 0 0.35 0.17 0.18 329.59 0.45 0.68
Hex D2 89 AE 0 23 11 12 14A 2D 44
Octal 322 211 256 0 43 21 22 512 55 104
Binary 11010010 10001001 10101110 0 100011 10001 10010 101001010 101101 1000100

Color Harmonies of #D289AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289AE

Black with #D289AE

Text Example


Text Example

White with #D289AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289AE; }

 p { color: rgb(210,137,174); }

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

background-color css

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

 a { background-color: rgb(210,137,174); }

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

border-color css

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

 span { border-color: rgb(210,137,174); }

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