Html Css Color HEX #D8808D Carissma

📋 copy color: '#D8808D'

red 216 ◦ green 128 ◦ blue 141

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

Shades of Carissma #D8808D

Tints of Carissma #D8808D

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

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

R = 44.54%
G = 26.39%
B = 29.07%

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

#D8808D (or 0xD8808D) is known color: Carissma. HEX triplet: D8, 80 and 8D. RGB value is (216,128,141). Sum of RGB (Red+Green+Blue) = 216+128+141=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8808D is #277F72. Grayscale: #9B9B9B. Windows color (decimal): -2588531 or 9273560. OLE color: 9273560.

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

Color convert

RGB 216 128 141 -
CMYK 0 0.41 0.35 0.15
HSL 351.14º 0.53% 0.67% -
HSV(B) 351.14º 0.41% 0.85% -
XYZ 40.85 31.96 29.22 -
YUV 155.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 216 128 141 0 0.41 0.35 0.15 351.14 0.53 0.67
Hex D8 80 8D 0 29 23 F 15F 35 43
Octal 330 200 215 0 51 43 17 537 65 103
Binary 11011000 10000000 10001101 0 101001 100011 1111 101011111 110101 1000011

Color Harmonies of #D8808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8808D

Black with #D8808D

Text Example


Text Example

White with #D8808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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