Html Css Color HEX #DA4482 Cranberry

📋 copy color: '#DA4482'

red 218 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #DA4482

Tints of Cranberry #DA4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

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

R = 52.4%
G = 16.35%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4482 (or 0xDA4482) is known color: Cranberry. HEX triplet: DA, 44 and 82. RGB value is (218,68,130). Sum of RGB (Red+Green+Blue) = 218+68+130=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4482 is #25BB7D. Grayscale: #777777. Windows color (decimal): -2472830 or 8537306. OLE color: 8537306.

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

Color convert

RGB 218 68 130 -
CMYK 0 0.69 0.40 0.15
HSL 335.2º 0.67% 0.56% -
HSV(B) 335.2º 0.69% 0.85% -
XYZ 35.01 20.65 23.26 -
YUV 119.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 218 68 130 0 0.69 0.40 0.15 335.2 0.67 0.56
Hex DA 44 82 0 45 28 F 14F 43 38
Octal 332 104 202 0 105 50 17 517 103 70
Binary 11011010 1000100 10000010 0 1000101 101000 1111 101001111 1000011 111000

Color Harmonies of #DA4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4482

Black with #DA4482

Text Example


Text Example

White with #DA4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4482; }

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

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

background-color css

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

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

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

border-color css

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

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

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