Html Css Color HEX #DD8594 Carissma

📋 copy color: '#DD8594'

red 221 ◦ green 133 ◦ blue 148

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

Shades of Carissma #DD8594

Tints of Carissma #DD8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 44.02%
G = 26.49%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD8594 (or 0xDD8594) is known color: Carissma. HEX triplet: DD, 85 and 94. RGB value is (221,133,148). Sum of RGB (Red+Green+Blue) = 221+133+148=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8594 is #227A6B. Grayscale: #A1A1A1. Windows color (decimal): -2259564 or 9733597. OLE color: 9733597.

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

Color convert

RGB 221 133 148 -
CMYK 0 0.40 0.33 0.13
HSL 349.77º 0.56% 0.69% -
HSV(B) 349.77º 0.4% 0.87% -
XYZ 43.55 34.29 32.34 -
YUV 161.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 221 133 148 0 0.40 0.33 0.13 349.77 0.56 0.69
Hex DD 85 94 0 28 21 D 15E 38 45
Octal 335 205 224 0 50 41 15 536 70 105
Binary 11011101 10000101 10010100 0 101000 100001 1101 101011110 111000 1000101

Color Harmonies of #DD8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8594

Black with #DD8594

Text Example


Text Example

White with #DD8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8594; }

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

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

background-color css

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

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

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

border-color css

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

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

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