Html Css Color HEX #DD8192 Carissma

📋 copy color: '#DD8192'

red 221 ◦ green 129 ◦ blue 146

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

Shades of Carissma #DD8192

Tints of Carissma #DD8192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 44.56%
G = 26.01%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD8192 (or 0xDD8192) is known color: Carissma. HEX triplet: DD, 81 and 92. RGB value is (221,129,146). Sum of RGB (Red+Green+Blue) = 221+129+146=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8192 is #227E6D. Grayscale: #9E9E9E. Windows color (decimal): -2260590 or 9601501. OLE color: 9601501.

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

Color convert

RGB 221 129 146 -
CMYK 0 0.42 0.34 0.13
HSL 348.91º 0.58% 0.69% -
HSV(B) 348.91º 0.42% 0.87% -
XYZ 42.86 33.15 31.33 -
YUV 158.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 221 129 146 0 0.42 0.34 0.13 348.91 0.58 0.69
Hex DD 81 92 0 2A 22 D 15D 3A 45
Octal 335 201 222 0 52 42 15 535 72 105
Binary 11011101 10000001 10010010 0 101010 100010 1101 101011101 111010 1000101

Color Harmonies of #DD8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8192

Black with #DD8192

Text Example


Text Example

White with #DD8192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8192; }

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

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

background-color css

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

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

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

border-color css

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

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

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