Html Css Color HEX #D98AB2 Kobi

📋 copy color: '#D98AB2'

red 217 ◦ green 138 ◦ blue 178

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

Shades of Kobi #D98AB2

Tints of Kobi #D98AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.89%

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 40.71%
G = 25.89%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D98AB2 (or 0xD98AB2) is known color: Kobi. HEX triplet: D9, 8A and B2. RGB value is (217,138,178). Sum of RGB (Red+Green+Blue) = 217+138+178=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AB2 is #26754D. Grayscale: #A6A6A6. Windows color (decimal): -2520398 or 11700953. OLE color: 11700953.

HSL color Cylindrical-coordinate representation of color #D98AB2: hue angle of 329.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 178 -
CMYK 0 0.36 0.18 0.15
HSL 329.62º 0.51% 0.7% -
HSV(B) 329.62º 0.36% 0.85% -
XYZ 45.74 36.14 46.69 -
YUV 166.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 217 138 178 0 0.36 0.18 0.15 329.62 0.51 0.7
Hex D9 8A B2 0 24 12 F 14A 33 46
Octal 331 212 262 0 44 22 17 512 63 106
Binary 11011001 10001010 10110010 0 100100 10010 1111 101001010 110011 1000110

Color Harmonies of #D98AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AB2

Black with #D98AB2

Text Example


Text Example

White with #D98AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AB2; }

 p { color: rgb(217,138,178); }

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

background-color css

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

 a { background-color: rgb(217,138,178); }

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

border-color css

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

 span { border-color: rgb(217,138,178); }

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