Html Css Color HEX #DD4685 Cranberry

📋 copy color: '#DD4685'

red 221 ◦ green 70 ◦ blue 133

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

Shades of Cranberry #DD4685

Tints of Cranberry #DD4685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 52.12%
G = 16.51%
B = 31.37%

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

#DD4685 (or 0xDD4685) is known color: Cranberry. HEX triplet: DD, 46 and 85. RGB value is (221,70,133). Sum of RGB (Red+Green+Blue) = 221+70+133=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4685 is #22B97A. Grayscale: #7A7A7A. Windows color (decimal): -2275707 or 8734429. OLE color: 8734429.

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

Color convert

RGB 221 70 133 -
CMYK 0 0.68 0.40 0.13
HSL 334.97º 0.69% 0.57% -
HSV(B) 334.97º 0.68% 0.87% -
XYZ 36.24 21.45 24.42 -
YUV 122.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 221 70 133 0 0.68 0.40 0.13 334.97 0.69 0.57
Hex DD 46 85 0 44 28 D 14F 45 39
Octal 335 106 205 0 104 50 15 517 105 71
Binary 11011101 1000110 10000101 0 1000100 101000 1101 101001111 1000101 111001

Color Harmonies of #DD4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4685

Black with #DD4685

Text Example


Text Example

White with #DD4685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4685; }

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

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

background-color css

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

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

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

border-color css

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

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

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