Html Css Color HEX #DD467F Cranberry

📋 copy color: '#DD467F'

red 221 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #DD467F

Tints of Cranberry #DD467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 52.87%
G = 16.75%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD467F (or 0xDD467F) is known color: Cranberry. HEX triplet: DD, 46 and 7F. RGB value is (221,70,127). Sum of RGB (Red+Green+Blue) = 221+70+127=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD467F is #22B980. Grayscale: #797979. Windows color (decimal): -2275713 or 8341213. OLE color: 8341213.

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

Color convert

RGB 221 70 127 -
CMYK 0 0.68 0.43 0.13
HSL 337.35º 0.69% 0.57% -
HSV(B) 337.35º 0.68% 0.87% -
XYZ 35.84 21.28 22.3 -
YUV 121.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 221 70 127 0 0.68 0.43 0.13 337.35 0.69 0.57
Hex DD 46 7F 0 44 2B D 151 45 39
Octal 335 106 177 0 104 53 15 521 105 71
Binary 11011101 1000110 1111111 0 1000100 101011 1101 101010001 1000101 111001

Color Harmonies of #DD467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD467F

Black with #DD467F

Text Example


Text Example

White with #DD467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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