Html Css Color HEX #DD427A Cranberry

📋 copy color: '#DD427A'

red 221 ◦ green 66 ◦ blue 122

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

Shades of Cranberry #DD427A

Tints of Cranberry #DD427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 54.03%
G = 16.14%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD427A (or 0xDD427A) is known color: Cranberry. HEX triplet: DD, 42 and 7A. RGB value is (221,66,122). Sum of RGB (Red+Green+Blue) = 221+66+122=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427A is #22BD85. Grayscale: #767676. Windows color (decimal): -2276742 or 8012509. OLE color: 8012509.

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

Color convert

RGB 221 66 122 -
CMYK 0 0.70 0.45 0.13
HSL 338.32º 0.7% 0.56% -
HSV(B) 338.32º 0.7% 0.87% -
XYZ 35.28 20.67 20.54 -
YUV 118.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 221 66 122 0 0.70 0.45 0.13 338.32 0.7 0.56
Hex DD 42 7A 0 46 2D D 152 46 38
Octal 335 102 172 0 106 55 15 522 106 70
Binary 11011101 1000010 1111010 0 1000110 101101 1101 101010010 1000110 111000

Color Harmonies of #DD427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD427A

Black with #DD427A

Text Example


Text Example

White with #DD427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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