Html Css Color HEX #DD427C Cranberry

📋 copy color: '#DD427C'

red 221 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #DD427C

Tints of Cranberry #DD427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 53.77%
G = 16.06%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD427C (or 0xDD427C) is known color: Cranberry. HEX triplet: DD, 42 and 7C. RGB value is (221,66,124). Sum of RGB (Red+Green+Blue) = 221+66+124=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427C is #22BD83. Grayscale: #767676. Windows color (decimal): -2276740 or 8143581. OLE color: 8143581.

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

Color convert

RGB 221 66 124 -
CMYK 0 0.70 0.44 0.13
HSL 337.55º 0.7% 0.56% -
HSV(B) 337.55º 0.7% 0.87% -
XYZ 35.41 20.72 21.2 -
YUV 118.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 221 66 124 0 0.70 0.44 0.13 337.55 0.7 0.56
Hex DD 42 7C 0 46 2C D 152 46 38
Octal 335 102 174 0 106 54 15 522 106 70
Binary 11011101 1000010 1111100 0 1000110 101100 1101 101010010 1000110 111000

Color Harmonies of #DD427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD427C

Black with #DD427C

Text Example


Text Example

White with #DD427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD427C; }

 p { color: rgb(221,66,124); }

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

background-color css

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

 a { background-color: rgb(221,66,124); }

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

border-color css

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

 span { border-color: rgb(221,66,124); }

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