Html Css Color HEX #D497B0 Kobi

📋 copy color: '#D497B0'

red 212 ◦ green 151 ◦ blue 176

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

Shades of Kobi #D497B0

Tints of Kobi #D497B0

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

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

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

R = 39.33%
G = 28.01%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D497B0 (or 0xD497B0) is known color: Kobi. HEX triplet: D4, 97 and B0. RGB value is (212,151,176). Sum of RGB (Red+Green+Blue) = 212+151+176=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D497B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497B0 is #2B684F. Grayscale: #ACACAC. Windows color (decimal): -2844752 or 11573204. OLE color: 11573204.

HSL color Cylindrical-coordinate representation of color #D497B0: hue angle of 335.41º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497B0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 176 -
CMYK 0 0.29 0.17 0.17
HSL 335.41º 0.41% 0.71% -
HSV(B) 335.41º 0.29% 0.83% -
XYZ 46.05 39.26 46.23 -
YUV 172.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 212 151 176 0 0.29 0.17 0.17 335.41 0.41 0.71
Hex D4 97 B0 0 1D 11 11 14F 29 47
Octal 324 227 260 0 35 21 21 517 51 107
Binary 11010100 10010111 10110000 0 11101 10001 10001 101001111 101001 1000111

Color Harmonies of #D497B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497B0

Black with #D497B0

Text Example


Text Example

White with #D497B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497B0; }

 p { color: rgb(212,151,176); }

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

background-color css

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

 a { background-color: rgb(212,151,176); }

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

border-color css

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

 span { border-color: rgb(212,151,176); }

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