Html Css Color HEX #DD8596 Carissma

📋 copy color: '#DD8596'

red 221 ◦ green 133 ◦ blue 150

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

Shades of Carissma #DD8596

Tints of Carissma #DD8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.39%

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 43.85%
G = 26.39%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD8596 (or 0xDD8596) is known color: Carissma. HEX triplet: DD, 85 and 96. RGB value is (221,133,150). Sum of RGB (Red+Green+Blue) = 221+133+150=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8596 is #227A69. Grayscale: #A1A1A1. Windows color (decimal): -2259562 or 9864669. OLE color: 9864669.

HSL color Cylindrical-coordinate representation of color #DD8596: hue angle of 348.41º degrees, saturation: 0.56, 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 #DD8596 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 150 -
CMYK 0 0.40 0.32 0.13
HSL 348.41º 0.56% 0.69% -
HSV(B) 348.41º 0.4% 0.87% -
XYZ 43.71 34.35 33.18 -
YUV 161.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 221 133 150 0 0.40 0.32 0.13 348.41 0.56 0.69
Hex DD 85 96 0 28 20 D 15C 38 45
Octal 335 205 226 0 50 40 15 534 70 105
Binary 11011101 10000101 10010110 0 101000 100000 1101 101011100 111000 1000101

Color Harmonies of #DD8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8596

Black with #DD8596

Text Example


Text Example

White with #DD8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8596; }

 p { color: rgb(221,133,150); }

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

background-color css

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

 a { background-color: rgb(221,133,150); }

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

border-color css

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

 span { border-color: rgb(221,133,150); }

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