Html Css Color HEX #D88292 Carissma

📋 copy color: '#D88292'

red 216 ◦ green 130 ◦ blue 146

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

Shades of Carissma #D88292

Tints of Carissma #D88292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 43.9%
G = 26.42%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D88292 (or 0xD88292) is known color: Carissma. HEX triplet: D8, 82 and 92. RGB value is (216,130,146). Sum of RGB (Red+Green+Blue) = 216+130+146=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D88292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88292 is #277D6D. Grayscale: #9D9D9D. Windows color (decimal): -2588014 or 9601752. OLE color: 9601752.

HSL color Cylindrical-coordinate representation of color #D88292: hue angle of 348.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88292 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 146 -
CMYK 0 0.40 0.32 0.15
HSL 348.84º 0.52% 0.68% -
HSV(B) 348.84º 0.4% 0.85% -
XYZ 41.49 32.64 31.31 -
YUV 157.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 216 130 146 0 0.40 0.32 0.15 348.84 0.52 0.68
Hex D8 82 92 0 28 20 F 15D 34 44
Octal 330 202 222 0 50 40 17 535 64 104
Binary 11011000 10000010 10010010 0 101000 100000 1111 101011101 110100 1000100

Color Harmonies of #D88292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88292

Black with #D88292

Text Example


Text Example

White with #D88292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88292; }

 p { color: rgb(216,130,146); }

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

background-color css

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

 a { background-color: rgb(216,130,146); }

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

border-color css

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

 span { border-color: rgb(216,130,146); }

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