Html Css Color HEX #D88091 Carissma

📋 copy color: '#D88091'

red 216 ◦ green 128 ◦ blue 145

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

Shades of Carissma #D88091

Tints of Carissma #D88091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 44.17%
G = 26.18%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D88091 (or 0xD88091) is known color: Carissma. HEX triplet: D8, 80 and 91. RGB value is (216,128,145). Sum of RGB (Red+Green+Blue) = 216+128+145=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D88091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88091 is #277F6E. Grayscale: #9C9C9C. Windows color (decimal): -2588527 or 9535704. OLE color: 9535704.

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

Color convert

RGB 216 128 145 -
CMYK 0 0.41 0.33 0.15
HSL 348.41º 0.53% 0.67% -
HSV(B) 348.41º 0.41% 0.85% -
XYZ 41.15 32.08 30.81 -
YUV 156.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 216 128 145 0 0.41 0.33 0.15 348.41 0.53 0.67
Hex D8 80 91 0 29 21 F 15C 35 43
Octal 330 200 221 0 51 41 17 534 65 103
Binary 11011000 10000000 10010001 0 101001 100001 1111 101011100 110101 1000011

Color Harmonies of #D88091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88091

Black with #D88091

Text Example


Text Example

White with #D88091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88091; }

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

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

background-color css

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

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

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

border-color css

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

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

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