Html Css Color HEX #D497AF Kobi

📋 copy color: '#D497AF'

red 212 ◦ green 151 ◦ blue 175

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

Shades of Kobi #D497AF

Tints of Kobi #D497AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.53%

R = 39.41%
G = 28.07%
B = 32.53%

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

#D497AF (or 0xD497AF) is known color: Kobi. HEX triplet: D4, 97 and AF. RGB value is (212,151,175). Sum of RGB (Red+Green+Blue) = 212+151+175=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D497AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497AF is #2B6850. Grayscale: #ABABAB. Windows color (decimal): -2844753 or 11507668. OLE color: 11507668.

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

Color convert

RGB 212 151 175 -
CMYK 0 0.29 0.17 0.17
HSL 336.39º 0.41% 0.71% -
HSV(B) 336.39º 0.29% 0.83% -
XYZ 45.96 39.23 45.71 -
YUV 171.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 212 151 175 0 0.29 0.17 0.17 336.39 0.41 0.71
Hex D4 97 AF 0 1D 11 11 150 29 47
Octal 324 227 257 0 35 21 21 520 51 107
Binary 11010100 10010111 10101111 0 11101 10001 10001 101010000 101001 1000111

Color Harmonies of #D497AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497AF

Black with #D497AF

Text Example


Text Example

White with #D497AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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