Html Css Color HEX #DD4F81 Cranberry

📋 copy color: '#DD4F81'

red 221 ◦ green 79 ◦ blue 129

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

Shades of Cranberry #DD4F81

Tints of Cranberry #DD4F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 51.52%
G = 18.41%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4F81 (or 0xDD4F81) is known color: Cranberry. HEX triplet: DD, 4F and 81. RGB value is (221,79,129). Sum of RGB (Red+Green+Blue) = 221+79+129=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F81 is #22B07E. Grayscale: #7F7F7F. Windows color (decimal): -2273407 or 8474589. OLE color: 8474589.

HSL color Cylindrical-coordinate representation of color #DD4F81: hue angle of 338.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F81 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 129 -
CMYK 0 0.64 0.42 0.13
HSL 338.87º 0.68% 0.59% -
HSV(B) 338.87º 0.64% 0.87% -
XYZ 36.58 22.55 23.19 -
YUV 127.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 221 79 129 0 0.64 0.42 0.13 338.87 0.68 0.59
Hex DD 4F 81 0 40 2A D 153 44 3B
Octal 335 117 201 0 100 52 15 523 104 73
Binary 11011101 1001111 10000001 0 1000000 101010 1101 101010011 1000100 111011

Color Harmonies of #DD4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F81

Black with #DD4F81

Text Example


Text Example

White with #DD4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F81; }

 p { color: rgb(221,79,129); }

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

background-color css

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

 a { background-color: rgb(221,79,129); }

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

border-color css

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

 span { border-color: rgb(221,79,129); }

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