Html Css Color HEX #D498B0 Kobi

📋 copy color: '#D498B0'

red 212 ◦ green 152 ◦ blue 176

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

Shades of Kobi #D498B0

Tints of Kobi #D498B0

RGB

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

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

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

R = 39.26%
G = 28.15%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D498B0 (or 0xD498B0) is known color: Kobi. HEX triplet: D4, 98 and B0. RGB value is (212,152,176). Sum of RGB (Red+Green+Blue) = 212+152+176=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D498B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498B0 is #2B674F. Grayscale: #ACACAC. Windows color (decimal): -2844496 or 11573460. OLE color: 11573460.

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

Color convert

RGB 212 152 176 -
CMYK 0 0.28 0.17 0.17
HSL 336º 0.41% 0.71% -
HSV(B) 336º 0.28% 0.83% -
XYZ 46.22 39.59 46.28 -
YUV 172.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 212 152 176 0 0.28 0.17 0.17 336 0.41 0.71
Hex D4 98 B0 0 1C 11 11 150 29 47
Octal 324 230 260 0 34 21 21 520 51 107
Binary 11010100 10011000 10110000 0 11100 10001 10001 101010000 101001 1000111

Color Harmonies of #D498B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498B0

Black with #D498B0

Text Example


Text Example

White with #D498B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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