Html Css Color HEX #D997B2 Kobi

📋 copy color: '#D997B2'

red 217 ◦ green 151 ◦ blue 178

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

Shades of Kobi #D997B2

Tints of Kobi #D997B2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.66%

 BLUE value IS 178 (69.92% from 255) = 32.6%

R = 39.74%
G = 27.66%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D997B2 (or 0xD997B2) is known color: Kobi. HEX triplet: D9, 97 and B2. RGB value is (217,151,178). Sum of RGB (Red+Green+Blue) = 217+151+178=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997B2 is #26684D. Grayscale: #ADADAD. Windows color (decimal): -2517070 or 11704281. OLE color: 11704281.

HSL color Cylindrical-coordinate representation of color #D997B2: hue angle of 335.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997B2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 178 -
CMYK 0 0.30 0.18 0.15
HSL 335.45º 0.46% 0.72% -
HSV(B) 335.45º 0.3% 0.85% -
XYZ 47.72 40.1 47.34 -
YUV 173.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 217 151 178 0 0.30 0.18 0.15 335.45 0.46 0.72
Hex D9 97 B2 0 1E 12 F 14F 2E 48
Octal 331 227 262 0 36 22 17 517 56 110
Binary 11011001 10010111 10110010 0 11110 10010 1111 101001111 101110 1001000

Color Harmonies of #D997B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997B2

Black with #D997B2

Text Example


Text Example

White with #D997B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997B2; }

 p { color: rgb(217,151,178); }

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

background-color css

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

 a { background-color: rgb(217,151,178); }

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

border-color css

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

 span { border-color: rgb(217,151,178); }

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