Html Css Color HEX #DA5384 Cranberry

📋 copy color: '#DA5384'

red 218 ◦ green 83 ◦ blue 132

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

Shades of Cranberry #DA5384

Tints of Cranberry #DA5384

RGB

 RED value IS 218 (85.55% from 255) = 50.35%

 GREEN value IS 83 (32.81% from 255) = 19.17%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 50.35%
G = 19.17%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA5384 (or 0xDA5384) is known color: Cranberry. HEX triplet: DA, 53 and 84. RGB value is (218,83,132). Sum of RGB (Red+Green+Blue) = 218+83+132=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5384 is #25AC7B. Grayscale: #808080. Windows color (decimal): -2468988 or 8672218. OLE color: 8672218.

HSL color Cylindrical-coordinate representation of color #DA5384: hue angle of 338.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5384 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 132 -
CMYK 0 0.62 0.39 0.15
HSL 338.22º 0.65% 0.59% -
HSV(B) 338.22º 0.62% 0.85% -
XYZ 36.17 22.76 24.32 -
YUV 128.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 218 83 132 0 0.62 0.39 0.15 338.22 0.65 0.59
Hex DA 53 84 0 3E 27 F 152 41 3B
Octal 332 123 204 0 76 47 17 522 101 73
Binary 11011010 1010011 10000100 0 111110 100111 1111 101010010 1000001 111011

Color Harmonies of #DA5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5384

Black with #DA5384

Text Example


Text Example

White with #DA5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5384; }

 p { color: rgb(218,83,132); }

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

background-color css

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

 a { background-color: rgb(218,83,132); }

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

border-color css

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

 span { border-color: rgb(218,83,132); }

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