Html Css Color HEX #D498A9 Kobi

📋 copy color: '#D498A9'

red 212 ◦ green 152 ◦ blue 169

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

Shades of Kobi #D498A9

Tints of Kobi #D498A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.52%

 BLUE value IS 169 (66.41% from 255) = 31.71%

R = 39.77%
G = 28.52%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D498A9 (or 0xD498A9) is known color: Kobi. HEX triplet: D4, 98 and A9. RGB value is (212,152,169). Sum of RGB (Red+Green+Blue) = 212+152+169=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A9 is #2B6756. Grayscale: #ABABAB. Windows color (decimal): -2844503 or 11114708. OLE color: 11114708.

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

Color convert

RGB 212 152 169 -
CMYK 0 0.28 0.20 0.17
HSL 343º 0.41% 0.71% -
HSV(B) 343º 0.28% 0.83% -
XYZ 45.54 39.32 42.73 -
YUV 171.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 212 152 169 0 0.28 0.20 0.17 343 0.41 0.71
Hex D4 98 A9 0 1C 14 11 157 29 47
Octal 324 230 251 0 34 24 21 527 51 107
Binary 11010100 10011000 10101001 0 11100 10100 10001 101010111 101001 1000111

Color Harmonies of #D498A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498A9

Black with #D498A9

Text Example


Text Example

White with #D498A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498A9; }

 p { color: rgb(212,152,169); }

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

background-color css

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

 a { background-color: rgb(212,152,169); }

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

border-color css

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

 span { border-color: rgb(212,152,169); }

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