Html Css Color HEX #D9808D Carissma

📋 copy color: '#D9808D'

red 217 ◦ green 128 ◦ blue 141

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

Shades of Carissma #D9808D

Tints of Carissma #D9808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 44.65%
G = 26.34%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9808D (or 0xD9808D) is known color: Carissma. HEX triplet: D9, 80 and 8D. RGB value is (217,128,141). Sum of RGB (Red+Green+Blue) = 217+128+141=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808D is #267F72. Grayscale: #9C9C9C. Windows color (decimal): -2522995 or 9273561. OLE color: 9273561.

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

Color convert

RGB 217 128 141 -
CMYK 0 0.41 0.35 0.15
HSL 351.24º 0.54% 0.68% -
HSV(B) 351.24º 0.41% 0.85% -
XYZ 41.14 32.11 29.23 -
YUV 156.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 217 128 141 0 0.41 0.35 0.15 351.24 0.54 0.68
Hex D9 80 8D 0 29 23 F 15F 36 44
Octal 331 200 215 0 51 43 17 537 66 104
Binary 11011001 10000000 10001101 0 101001 100011 1111 101011111 110110 1000100

Color Harmonies of #D9808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9808D

Black with #D9808D

Text Example


Text Example

White with #D9808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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