Html Css Color HEX #DA457C Cranberry

📋 copy color: '#DA457C'

red 218 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #DA457C

Tints of Cranberry #DA457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 53.04%
G = 16.79%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA457C (or 0xDA457C) is known color: Cranberry. HEX triplet: DA, 45 and 7C. RGB value is (218,69,124). Sum of RGB (Red+Green+Blue) = 218+69+124=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA457C is #25BA83. Grayscale: #777777. Windows color (decimal): -2472580 or 8144346. OLE color: 8144346.

HSL color Cylindrical-coordinate representation of color #DA457C: hue angle of 337.85º 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 #DA457C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 124 -
CMYK 0 0.68 0.43 0.15
HSL 337.85º 0.67% 0.56% -
HSV(B) 337.85º 0.68% 0.85% -
XYZ 34.68 20.62 21.22 -
YUV 119.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 218 69 124 0 0.68 0.43 0.15 337.85 0.67 0.56
Hex DA 45 7C 0 44 2B F 152 43 38
Octal 332 105 174 0 104 53 17 522 103 70
Binary 11011010 1000101 1111100 0 1000100 101011 1111 101010010 1000011 111000

Color Harmonies of #DA457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA457C

Black with #DA457C

Text Example


Text Example

White with #DA457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA457C; }

 p { color: rgb(218,69,124); }

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

background-color css

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

 a { background-color: rgb(218,69,124); }

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

border-color css

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

 span { border-color: rgb(218,69,124); }

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