Html Css Color HEX #D97DB0 Kobi

📋 copy color: '#D97DB0'

red 217 ◦ green 125 ◦ blue 176

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

Shades of Kobi #D97DB0

Tints of Kobi #D97DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

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

R = 41.89%
G = 24.13%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D97DB0 (or 0xD97DB0) is known color: Kobi. HEX triplet: D9, 7D and B0. RGB value is (217,125,176). Sum of RGB (Red+Green+Blue) = 217+125+176=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97DB0 is #26824F. Grayscale: #9E9E9E. Windows color (decimal): -2523728 or 11566553. OLE color: 11566553.

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

Color convert

RGB 217 125 176 -
CMYK 0 0.42 0.19 0.15
HSL 326.74º 0.55% 0.67% -
HSV(B) 326.74º 0.42% 0.85% -
XYZ 43.79 32.55 45.05 -
YUV 158.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 217 125 176 0 0.42 0.19 0.15 326.74 0.55 0.67
Hex D9 7D B0 0 2A 13 F 147 37 43
Octal 331 175 260 0 52 23 17 507 67 103
Binary 11011001 1111101 10110000 0 101010 10011 1111 101000111 110111 1000011

Color Harmonies of #D97DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DB0

Black with #D97DB0

Text Example


Text Example

White with #D97DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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