Html Css Color HEX #DD3E75 Cranberry

📋 copy color: '#DD3E75'

red 221 ◦ green 62 ◦ blue 117

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

Shades of Cranberry #DD3E75

Tints of Cranberry #DD3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.5%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 55.25%
G = 15.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3E75 (or 0xDD3E75) is known color: Cranberry. HEX triplet: DD, 3E and 75. RGB value is (221,62,117). Sum of RGB (Red+Green+Blue) = 221+62+117=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E75 is #22C18A. Grayscale: #737373. Windows color (decimal): -2277771 or 7683805. OLE color: 7683805.

HSL color Cylindrical-coordinate representation of color #DD3E75: hue angle of 339.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E75 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 117 -
CMYK 0 0.72 0.47 0.13
HSL 339.25º 0.7% 0.55% -
HSV(B) 339.25º 0.72% 0.87% -
XYZ 34.75 20.1 18.88 -
YUV 115.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 221 62 117 0 0.72 0.47 0.13 339.25 0.7 0.55
Hex DD 3E 75 0 48 2F D 153 46 37
Octal 335 76 165 0 110 57 15 523 106 67
Binary 11011101 111110 1110101 0 1001000 101111 1101 101010011 1000110 110111

Color Harmonies of #DD3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E75

Black with #DD3E75

Text Example


Text Example

White with #DD3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E75; }

 p { color: rgb(221,62,117); }

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

background-color css

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

 a { background-color: rgb(221,62,117); }

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

border-color css

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

 span { border-color: rgb(221,62,117); }

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