Html Css Color HEX #DD4781 Cranberry

📋 copy color: '#DD4781'

red 221 ◦ green 71 ◦ blue 129

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

Shades of Cranberry #DD4781

Tints of Cranberry #DD4781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

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

R = 52.49%
G = 16.86%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4781 (or 0xDD4781) is known color: Cranberry. HEX triplet: DD, 47 and 81. RGB value is (221,71,129). Sum of RGB (Red+Green+Blue) = 221+71+129=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4781 is #22B87E. Grayscale: #7A7A7A. Windows color (decimal): -2275455 or 8472541. OLE color: 8472541.

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

Color convert

RGB 221 71 129 -
CMYK 0 0.68 0.42 0.13
HSL 336.8º 0.69% 0.57% -
HSV(B) 336.8º 0.68% 0.87% -
XYZ 36.03 21.46 23.01 -
YUV 122.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 221 71 129 0 0.68 0.42 0.13 336.8 0.69 0.57
Hex DD 47 81 0 44 2A D 151 45 39
Octal 335 107 201 0 104 52 15 521 105 71
Binary 11011101 1000111 10000001 0 1000100 101010 1101 101010001 1000101 111001

Color Harmonies of #DD4781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4781

Black with #DD4781

Text Example


Text Example

White with #DD4781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4781; }

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

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

background-color css

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

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

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

border-color css

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

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

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