Html Css Color HEX #DD467D Cranberry

📋 copy color: '#DD467D'

red 221 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #DD467D

Tints of Cranberry #DD467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 53.13%
G = 16.83%
B = 30.05%

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

#DD467D (or 0xDD467D) is known color: Cranberry. HEX triplet: DD, 46 and 7D. RGB value is (221,70,125). Sum of RGB (Red+Green+Blue) = 221+70+125=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD467D is #22B982. Grayscale: #797979. Windows color (decimal): -2275715 or 8210141. OLE color: 8210141.

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

Color convert

RGB 221 70 125 -
CMYK 0 0.68 0.43 0.13
HSL 338.15º 0.69% 0.57% -
HSV(B) 338.15º 0.68% 0.87% -
XYZ 35.71 21.23 21.62 -
YUV 121.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 221 70 125 0 0.68 0.43 0.13 338.15 0.69 0.57
Hex DD 46 7D 0 44 2B D 152 45 39
Octal 335 106 175 0 104 53 15 522 105 71
Binary 11011101 1000110 1111101 0 1000100 101011 1101 101010010 1000101 111001

Color Harmonies of #DD467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD467D

Black with #DD467D

Text Example


Text Example

White with #DD467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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