Html Css Color HEX #DD417B Cranberry

📋 copy color: '#DD417B'

red 221 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #DD417B

Tints of Cranberry #DD417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

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

R = 54.03%
G = 15.89%
B = 30.07%

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

#DD417B (or 0xDD417B) is known color: Cranberry. HEX triplet: DD, 41 and 7B. RGB value is (221,65,123). Sum of RGB (Red+Green+Blue) = 221+65+123=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417B is #22BE84. Grayscale: #767676. Windows color (decimal): -2276997 or 8077789. OLE color: 8077789.

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

Color convert

RGB 221 65 123 -
CMYK 0 0.71 0.44 0.13
HSL 337.69º 0.7% 0.56% -
HSV(B) 337.69º 0.71% 0.87% -
XYZ 35.28 20.58 20.85 -
YUV 118.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 221 65 123 0 0.71 0.44 0.13 337.69 0.7 0.56
Hex DD 41 7B 0 47 2C D 152 46 38
Octal 335 101 173 0 107 54 15 522 106 70
Binary 11011101 1000001 1111011 0 1000111 101100 1101 101010010 1000110 111000

Color Harmonies of #DD417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD417B

Black with #DD417B

Text Example


Text Example

White with #DD417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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