Html Css Color HEX #DD437F Cranberry

📋 copy color: '#DD437F'

red 221 ◦ green 67 ◦ blue 127

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

Shades of Cranberry #DD437F

Tints of Cranberry #DD437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.14%

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

R = 53.25%
G = 16.14%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD437F (or 0xDD437F) is known color: Cranberry. HEX triplet: DD, 43 and 7F. RGB value is (221,67,127). Sum of RGB (Red+Green+Blue) = 221+67+127=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD437F is #22BC80. Grayscale: #777777. Windows color (decimal): -2276481 or 8340445. OLE color: 8340445.

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

Color convert

RGB 221 67 127 -
CMYK 0 0.70 0.43 0.13
HSL 336.62º 0.69% 0.56% -
HSV(B) 336.62º 0.7% 0.87% -
XYZ 35.66 20.92 22.24 -
YUV 119.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 221 67 127 0 0.70 0.43 0.13 336.62 0.69 0.56
Hex DD 43 7F 0 46 2B D 151 45 38
Octal 335 103 177 0 106 53 15 521 105 70
Binary 11011101 1000011 1111111 0 1000110 101011 1101 101010001 1000101 111000

Color Harmonies of #DD437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD437F

Black with #DD437F

Text Example


Text Example

White with #DD437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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