Html Css Color HEX #D88490 Carissma

📋 copy color: '#D88490'

red 216 ◦ green 132 ◦ blue 144

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

Shades of Carissma #D88490

Tints of Carissma #D88490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D88490 (or 0xD88490) is known color: Carissma. HEX triplet: D8, 84 and 90. RGB value is (216,132,144). Sum of RGB (Red+Green+Blue) = 216+132+144=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D88490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88490 is #277B6F. Grayscale: #9E9E9E. Windows color (decimal): -2587504 or 9471192. OLE color: 9471192.

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

Color convert

RGB 216 132 144 -
CMYK 0 0.39 0.33 0.15
HSL 351.43º 0.52% 0.68% -
HSV(B) 351.43º 0.39% 0.85% -
XYZ 41.6 33.12 30.58 -
YUV 158.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 216 132 144 0 0.39 0.33 0.15 351.43 0.52 0.68
Hex D8 84 90 0 27 21 F 15F 34 44
Octal 330 204 220 0 47 41 17 537 64 104
Binary 11011000 10000100 10010000 0 100111 100001 1111 101011111 110100 1000100

Color Harmonies of #D88490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88490

Black with #D88490

Text Example


Text Example

White with #D88490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88490; }

 p { color: rgb(216,132,144); }

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

background-color css

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

 a { background-color: rgb(216,132,144); }

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

border-color css

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

 span { border-color: rgb(216,132,144); }

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