Html Css Color HEX #DD8384 Carissma

📋 copy color: '#DD8384'

red 221 ◦ green 131 ◦ blue 132

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

Shades of Carissma #DD8384

Tints of Carissma #DD8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 45.66%
G = 27.07%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8384 (or 0xDD8384) is known color: Carissma. HEX triplet: DD, 83 and 84. RGB value is (221,131,132). Sum of RGB (Red+Green+Blue) = 221+131+132=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8384 is #227C7B. Grayscale: #9E9E9E. Windows color (decimal): -2260092 or 8684509. OLE color: 8684509.

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

Color convert

RGB 221 131 132 -
CMYK 0 0.41 0.40 0.13
HSL 359.33º 0.57% 0.69% -
HSV(B) 359.33º 0.41% 0.87% -
XYZ 42.1 33.27 26.03 -
YUV 158.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 221 131 132 0 0.41 0.40 0.13 359.33 0.57 0.69
Hex DD 83 84 0 29 28 D 167 39 45
Octal 335 203 204 0 51 50 15 547 71 105
Binary 11011101 10000011 10000100 0 101001 101000 1101 101100111 111001 1000101

Color Harmonies of #DD8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8384

Black with #DD8384

Text Example


Text Example

White with #DD8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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