Html Css Color HEX #DD4381 Cranberry

📋 copy color: '#DD4381'

red 221 ◦ green 67 ◦ blue 129

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

Shades of Cranberry #DD4381

Tints of Cranberry #DD4381

RGB

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

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

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

R = 53%
G = 16.07%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD4381 (or 0xDD4381) is known color: Cranberry. HEX triplet: DD, 43 and 81. RGB value is (221,67,129). Sum of RGB (Red+Green+Blue) = 221+67+129=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4381 is #22BC7E. Grayscale: #787878. Windows color (decimal): -2276479 or 8471517. OLE color: 8471517.

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

Color convert

RGB 221 67 129 -
CMYK 0 0.70 0.42 0.13
HSL 335.84º 0.69% 0.56% -
HSV(B) 335.84º 0.7% 0.87% -
XYZ 35.79 20.97 22.93 -
YUV 120.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 221 67 129 0 0.70 0.42 0.13 335.84 0.69 0.56
Hex DD 43 81 0 46 2A D 150 45 38
Octal 335 103 201 0 106 52 15 520 105 70
Binary 11011101 1000011 10000001 0 1000110 101010 1101 101010000 1000101 111000

Color Harmonies of #DD4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4381

Black with #DD4381

Text Example


Text Example

White with #DD4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4381; }

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

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

background-color css

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

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

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

border-color css

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

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

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