Html Css Color HEX #D989B0 Kobi

📋 copy color: '#D989B0'

red 217 ◦ green 137 ◦ blue 176

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

Shades of Kobi #D989B0

Tints of Kobi #D989B0

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

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

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 40.94%
G = 25.85%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D989B0 (or 0xD989B0) is known color: Kobi. HEX triplet: D9, 89 and B0. RGB value is (217,137,176). Sum of RGB (Red+Green+Blue) = 217+137+176=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D989B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989B0 is #26764F. Grayscale: #A5A5A5. Windows color (decimal): -2520656 or 11569625. OLE color: 11569625.

HSL color Cylindrical-coordinate representation of color #D989B0: hue angle of 330.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989B0 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 176 -
CMYK 0 0.37 0.19 0.15
HSL 330.75º 0.51% 0.69% -
HSV(B) 330.75º 0.37% 0.85% -
XYZ 45.4 35.78 45.59 -
YUV 165.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 217 137 176 0 0.37 0.19 0.15 330.75 0.51 0.69
Hex D9 89 B0 0 25 13 F 14B 33 45
Octal 331 211 260 0 45 23 17 513 63 105
Binary 11011001 10001001 10110000 0 100101 10011 1111 101001011 110011 1000101

Color Harmonies of #D989B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989B0

Black with #D989B0

Text Example


Text Example

White with #D989B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989B0; }

 p { color: rgb(217,137,176); }

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

background-color css

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

 a { background-color: rgb(217,137,176); }

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

border-color css

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

 span { border-color: rgb(217,137,176); }

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