Html Css Color HEX #DD427F Cranberry

📋 copy color: '#DD427F'

red 221 ◦ green 66 ◦ blue 127

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

Shades of Cranberry #DD427F

Tints of Cranberry #DD427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 53.38%
G = 15.94%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD427F (or 0xDD427F) is known color: Cranberry. HEX triplet: DD, 42 and 7F. RGB value is (221,66,127). Sum of RGB (Red+Green+Blue) = 221+66+127=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427F is #22BD80. Grayscale: #777777. Windows color (decimal): -2276737 or 8340189. OLE color: 8340189.

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

Color convert

RGB 221 66 127 -
CMYK 0 0.70 0.43 0.13
HSL 336.39º 0.7% 0.56% -
HSV(B) 336.39º 0.7% 0.87% -
XYZ 35.6 20.8 22.22 -
YUV 119.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 221 66 127 0 0.70 0.43 0.13 336.39 0.7 0.56
Hex DD 42 7F 0 46 2B D 150 46 38
Octal 335 102 177 0 106 53 15 520 106 70
Binary 11011101 1000010 1111111 0 1000110 101011 1101 101010000 1000110 111000

Color Harmonies of #DD427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD427F

Black with #DD427F

Text Example


Text Example

White with #DD427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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