Html Css Color HEX #D98FAA Kobi

📋 copy color: '#D98FAA'

red 217 ◦ green 143 ◦ blue 170

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

Shades of Kobi #D98FAA

Tints of Kobi #D98FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.98%

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 40.94%
G = 26.98%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D98FAA (or 0xD98FAA) is known color: Kobi. HEX triplet: D9, 8F and AA. RGB value is (217,143,170). Sum of RGB (Red+Green+Blue) = 217+143+170=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAA is #267055. Grayscale: #A8A8A8. Windows color (decimal): -2519126 or 11177945. OLE color: 11177945.

HSL color Cylindrical-coordinate representation of color #D98FAA: hue angle of 338.11º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FAA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 170 -
CMYK 0 0.34 0.22 0.15
HSL 338.11º 0.49% 0.71% -
HSV(B) 338.11º 0.34% 0.85% -
XYZ 45.69 37.3 42.82 -
YUV 168.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 217 143 170 0 0.34 0.22 0.15 338.11 0.49 0.71
Hex D9 8F AA 0 22 16 F 152 31 47
Octal 331 217 252 0 42 26 17 522 61 107
Binary 11011001 10001111 10101010 0 100010 10110 1111 101010010 110001 1000111

Color Harmonies of #D98FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FAA

Black with #D98FAA

Text Example


Text Example

White with #D98FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FAA; }

 p { color: rgb(217,143,170); }

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

background-color css

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

 a { background-color: rgb(217,143,170); }

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

border-color css

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

 span { border-color: rgb(217,143,170); }

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