Html Css Color HEX #DD467B Cranberry

📋 copy color: '#DD467B'

red 221 ◦ green 70 ◦ blue 123

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

Shades of Cranberry #DD467B

Tints of Cranberry #DD467B

RGB

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

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

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

R = 53.38%
G = 16.91%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD467B (or 0xDD467B) is known color: Cranberry. HEX triplet: DD, 46 and 7B. RGB value is (221,70,123). Sum of RGB (Red+Green+Blue) = 221+70+123=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD467B is #22B984. Grayscale: #797979. Windows color (decimal): -2275717 or 8079069. OLE color: 8079069.

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

Color convert

RGB 221 70 123 -
CMYK 0 0.68 0.44 0.13
HSL 338.94º 0.69% 0.57% -
HSV(B) 338.94º 0.68% 0.87% -
XYZ 35.58 21.18 20.95 -
YUV 121.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 221 70 123 0 0.68 0.44 0.13 338.94 0.69 0.57
Hex DD 46 7B 0 44 2C D 153 45 39
Octal 335 106 173 0 104 54 15 523 105 71
Binary 11011101 1000110 1111011 0 1000100 101100 1101 101010011 1000101 111001

Color Harmonies of #DD467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD467B

Black with #DD467B

Text Example


Text Example

White with #DD467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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