Html Css Color HEX #D998AF Kobi

📋 copy color: '#D998AF'

red 217 ◦ green 152 ◦ blue 175

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

Shades of Kobi #D998AF

Tints of Kobi #D998AF

RGB

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

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

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

R = 39.89%
G = 27.94%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D998AF (or 0xD998AF) is known color: Kobi. HEX triplet: D9, 98 and AF. RGB value is (217,152,175). Sum of RGB (Red+Green+Blue) = 217+152+175=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AF is #266750. Grayscale: #AEAEAE. Windows color (decimal): -2516817 or 11507929. OLE color: 11507929.

HSL color Cylindrical-coordinate representation of color #D998AF: hue angle of 338.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998AF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 175 -
CMYK 0 0.30 0.19 0.15
HSL 338.77º 0.46% 0.72% -
HSV(B) 338.77º 0.3% 0.85% -
XYZ 47.58 40.3 45.83 -
YUV 174.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 217 152 175 0 0.30 0.19 0.15 338.77 0.46 0.72
Hex D9 98 AF 0 1E 13 F 153 2E 48
Octal 331 230 257 0 36 23 17 523 56 110
Binary 11011001 10011000 10101111 0 11110 10011 1111 101010011 101110 1001000

Color Harmonies of #D998AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998AF

Black with #D998AF

Text Example


Text Example

White with #D998AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998AF; }

 p { color: rgb(217,152,175); }

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

background-color css

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

 a { background-color: rgb(217,152,175); }

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

border-color css

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

 span { border-color: rgb(217,152,175); }

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