Html Css Color HEX #DA4682 Cranberry

📋 copy color: '#DA4682'

red 218 ◦ green 70 ◦ blue 130

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

Shades of Cranberry #DA4682

Tints of Cranberry #DA4682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 52.15%
G = 16.75%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4682 (or 0xDA4682) is known color: Cranberry. HEX triplet: DA, 46 and 82. RGB value is (218,70,130). Sum of RGB (Red+Green+Blue) = 218+70+130=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4682 is #25B97D. Grayscale: #787878. Windows color (decimal): -2472318 or 8537818. OLE color: 8537818.

HSL color Cylindrical-coordinate representation of color #DA4682: hue angle of 335.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4682 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 70 130 -
CMYK 0 0.68 0.40 0.15
HSL 335.68º 0.67% 0.56% -
HSV(B) 335.68º 0.68% 0.85% -
XYZ 35.13 20.9 23.3 -
YUV 121.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 218 70 130 0 0.68 0.40 0.15 335.68 0.67 0.56
Hex DA 46 82 0 44 28 F 150 43 38
Octal 332 106 202 0 104 50 17 520 103 70
Binary 11011010 1000110 10000010 0 1000100 101000 1111 101010000 1000011 111000

Color Harmonies of #DA4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4682

Black with #DA4682

Text Example


Text Example

White with #DA4682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4682; }

 p { color: rgb(218,70,130); }

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

background-color css

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

 a { background-color: rgb(218,70,130); }

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

border-color css

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

 span { border-color: rgb(218,70,130); }

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