Html Css Color HEX #DD4E81 Cranberry

📋 copy color: '#DD4E81'

red 221 ◦ green 78 ◦ blue 129

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

Shades of Cranberry #DD4E81

Tints of Cranberry #DD4E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

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

R = 51.64%
G = 18.22%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4E81 (or 0xDD4E81) is known color: Cranberry. HEX triplet: DD, 4E and 81. RGB value is (221,78,129). Sum of RGB (Red+Green+Blue) = 221+78+129=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E81 is #22B17E. Grayscale: #7E7E7E. Windows color (decimal): -2273663 or 8474333. OLE color: 8474333.

HSL color Cylindrical-coordinate representation of color #DD4E81: hue angle of 338.6º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E81 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 129 -
CMYK 0 0.65 0.42 0.13
HSL 338.6º 0.68% 0.59% -
HSV(B) 338.6º 0.65% 0.87% -
XYZ 36.51 22.41 23.17 -
YUV 126.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 221 78 129 0 0.65 0.42 0.13 338.6 0.68 0.59
Hex DD 4E 81 0 41 2A D 153 44 3B
Octal 335 116 201 0 101 52 15 523 104 73
Binary 11011101 1001110 10000001 0 1000001 101010 1101 101010011 1000100 111011

Color Harmonies of #DD4E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E81

Black with #DD4E81

Text Example


Text Example

White with #DD4E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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