Html Css Color HEX #DD4281 Cranberry

📋 copy color: '#DD4281'

red 221 ◦ green 66 ◦ blue 129

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

Shades of Cranberry #DD4281

Tints of Cranberry #DD4281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 53.13%
G = 15.87%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4281 (or 0xDD4281) is known color: Cranberry. HEX triplet: DD, 42 and 81. RGB value is (221,66,129). Sum of RGB (Red+Green+Blue) = 221+66+129=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4281 is #22BD7E. Grayscale: #777777. Windows color (decimal): -2276735 or 8471261. OLE color: 8471261.

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

Color convert

RGB 221 66 129 -
CMYK 0 0.70 0.42 0.13
HSL 335.61º 0.7% 0.56% -
HSV(B) 335.61º 0.7% 0.87% -
XYZ 35.73 20.85 22.91 -
YUV 119.53 133.35 200.38 -
System Red Green Blue C M Y K H S L
Decimal 221 66 129 0 0.70 0.42 0.13 335.61 0.7 0.56
Hex DD 42 81 0 46 2A D 150 46 38
Octal 335 102 201 0 106 52 15 520 106 70
Binary 11011101 1000010 10000001 0 1000110 101010 1101 101010000 1000110 111000

Color Harmonies of #DD4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4281

Black with #DD4281

Text Example


Text Example

White with #DD4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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