Html Css Color HEX #DD4684 Cranberry

📋 copy color: '#DD4684'

red 221 ◦ green 70 ◦ blue 132

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

Shades of Cranberry #DD4684

Tints of Cranberry #DD4684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.55%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 52.25%
G = 16.55%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4684 (or 0xDD4684) is known color: Cranberry. HEX triplet: DD, 46 and 84. RGB value is (221,70,132). Sum of RGB (Red+Green+Blue) = 221+70+132=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4684 is #22B97B. Grayscale: #7A7A7A. Windows color (decimal): -2275708 or 8668893. OLE color: 8668893.

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

Color convert

RGB 221 70 132 -
CMYK 0 0.68 0.40 0.13
HSL 335.36º 0.69% 0.57% -
HSV(B) 335.36º 0.68% 0.87% -
XYZ 36.17 21.42 24.06 -
YUV 122.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 221 70 132 0 0.68 0.40 0.13 335.36 0.69 0.57
Hex DD 46 84 0 44 28 D 14F 45 39
Octal 335 106 204 0 104 50 15 517 105 71
Binary 11011101 1000110 10000100 0 1000100 101000 1101 101001111 1000101 111001

Color Harmonies of #DD4684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4684

Black with #DD4684

Text Example


Text Example

White with #DD4684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4684; }

 p { color: rgb(221,70,132); }

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

background-color css

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

 a { background-color: rgb(221,70,132); }

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

border-color css

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

 span { border-color: rgb(221,70,132); }

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