Html Css Color HEX #D9808A Carissma

📋 copy color: '#D9808A'

red 217 ◦ green 128 ◦ blue 138

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

Shades of Carissma #D9808A

Tints of Carissma #D9808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 44.93%
G = 26.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9808A (or 0xD9808A) is known color: Carissma. HEX triplet: D9, 80 and 8A. RGB value is (217,128,138). Sum of RGB (Red+Green+Blue) = 217+128+138=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808A is #267F75. Grayscale: #9B9B9B. Windows color (decimal): -2522998 or 9076953. OLE color: 9076953.

HSL color Cylindrical-coordinate representation of color #D9808A: hue angle of 353.26º 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 #D9808A is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 138 -
CMYK 0 0.41 0.36 0.15
HSL 353.26º 0.54% 0.68% -
HSV(B) 353.26º 0.41% 0.85% -
XYZ 40.92 32.03 28.07 -
YUV 155.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 217 128 138 0 0.41 0.36 0.15 353.26 0.54 0.68
Hex D9 80 8A 0 29 24 F 161 36 44
Octal 331 200 212 0 51 44 17 541 66 104
Binary 11011001 10000000 10001010 0 101001 100100 1111 101100001 110110 1000100

Color Harmonies of #D9808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9808A

Black with #D9808A

Text Example


Text Example

White with #D9808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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