Html Css Color HEX #DD407B Cranberry

📋 copy color: '#DD407B'

red 221 ◦ green 64 ◦ blue 123

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

Shades of Cranberry #DD407B

Tints of Cranberry #DD407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

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

R = 54.17%
G = 15.69%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD407B (or 0xDD407B) is known color: Cranberry. HEX triplet: DD, 40 and 7B. RGB value is (221,64,123). Sum of RGB (Red+Green+Blue) = 221+64+123=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD407B is #22BF84. Grayscale: #757575. Windows color (decimal): -2277253 or 8077533. OLE color: 8077533.

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

Color convert

RGB 221 64 123 -
CMYK 0 0.71 0.44 0.13
HSL 337.45º 0.7% 0.56% -
HSV(B) 337.45º 0.71% 0.87% -
XYZ 35.23 20.47 20.83 -
YUV 117.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 221 64 123 0 0.71 0.44 0.13 337.45 0.7 0.56
Hex DD 40 7B 0 47 2C D 151 46 38
Octal 335 100 173 0 107 54 15 521 106 70
Binary 11011101 1000000 1111011 0 1000111 101100 1101 101010001 1000110 111000

Color Harmonies of #DD407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD407B

Black with #DD407B

Text Example


Text Example

White with #DD407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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