Html Css Color HEX #D9808F Carissma

📋 copy color: '#D9808F'

red 217 ◦ green 128 ◦ blue 143

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

Shades of Carissma #D9808F

Tints of Carissma #D9808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 44.47%
G = 26.23%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9808F (or 0xD9808F) is known color: Carissma. HEX triplet: D9, 80 and 8F. RGB value is (217,128,143). Sum of RGB (Red+Green+Blue) = 217+128+143=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808F is #267F70. Grayscale: #9C9C9C. Windows color (decimal): -2522993 or 9404633. OLE color: 9404633.

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

Color convert

RGB 217 128 143 -
CMYK 0 0.41 0.34 0.15
HSL 349.89º 0.54% 0.68% -
HSV(B) 349.89º 0.41% 0.85% -
XYZ 41.29 32.17 30.02 -
YUV 156.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 217 128 143 0 0.41 0.34 0.15 349.89 0.54 0.68
Hex D9 80 8F 0 29 22 F 15E 36 44
Octal 331 200 217 0 51 42 17 536 66 104
Binary 11011001 10000000 10001111 0 101001 100010 1111 101011110 110110 1000100

Color Harmonies of #D9808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9808F

Black with #D9808F

Text Example


Text Example

White with #D9808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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