Html Css Color HEX #DD457B Cranberry

📋 copy color: '#DD457B'

red 221 ◦ green 69 ◦ blue 123

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

Shades of Cranberry #DD457B

Tints of Cranberry #DD457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 53.51%
G = 16.71%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD457B (or 0xDD457B) is known color: Cranberry. HEX triplet: DD, 45 and 7B. RGB value is (221,69,123). Sum of RGB (Red+Green+Blue) = 221+69+123=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD457B is #22BA84. Grayscale: #787878. Windows color (decimal): -2275973 or 8078813. OLE color: 8078813.

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

Color convert

RGB 221 69 123 -
CMYK 0 0.69 0.44 0.13
HSL 338.68º 0.69% 0.57% -
HSV(B) 338.68º 0.69% 0.87% -
XYZ 35.52 21.06 20.93 -
YUV 120.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 221 69 123 0 0.69 0.44 0.13 338.68 0.69 0.57
Hex DD 45 7B 0 45 2C D 153 45 39
Octal 335 105 173 0 105 54 15 523 105 71
Binary 11011101 1000101 1111011 0 1000101 101100 1101 101010011 1000101 111001

Color Harmonies of #DD457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD457B

Black with #DD457B

Text Example


Text Example

White with #DD457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD457B; }

 p { color: rgb(221,69,123); }

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

background-color css

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

 a { background-color: rgb(221,69,123); }

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

border-color css

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

 span { border-color: rgb(221,69,123); }

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