Html Css Color HEX #DD8492 Carissma

📋 copy color: '#DD8492'

red 221 ◦ green 132 ◦ blue 146

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

Shades of Carissma #DD8492

Tints of Carissma #DD8492

RGB

 RED value IS 221 (86.72% from 255) = 44.29%

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

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

R = 44.29%
G = 26.45%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8492 (or 0xDD8492) is known color: Carissma. HEX triplet: DD, 84 and 92. RGB value is (221,132,146). Sum of RGB (Red+Green+Blue) = 221+132+146=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8492 is #227B6D. Grayscale: #A0A0A0. Windows color (decimal): -2259822 or 9602269. OLE color: 9602269.

HSL color Cylindrical-coordinate representation of color #DD8492: hue angle of 350.56º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8492 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 146 -
CMYK 0 0.40 0.34 0.13
HSL 350.56º 0.57% 0.69% -
HSV(B) 350.56º 0.4% 0.87% -
XYZ 43.26 33.95 31.47 -
YUV 160.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 221 132 146 0 0.40 0.34 0.13 350.56 0.57 0.69
Hex DD 84 92 0 28 22 D 15F 39 45
Octal 335 204 222 0 50 42 15 537 71 105
Binary 11011101 10000100 10010010 0 101000 100010 1101 101011111 111001 1000101

Color Harmonies of #DD8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8492

Black with #DD8492

Text Example


Text Example

White with #DD8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8492; }

 p { color: rgb(221,132,146); }

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

background-color css

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

 a { background-color: rgb(221,132,146); }

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

border-color css

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

 span { border-color: rgb(221,132,146); }

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