Html Css Color HEX #DA457F Cranberry

📋 copy color: '#DA457F'

red 218 ◦ green 69 ◦ blue 127

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

Shades of Cranberry #DA457F

Tints of Cranberry #DA457F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 52.66%
G = 16.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA457F (or 0xDA457F) is known color: Cranberry. HEX triplet: DA, 45 and 7F. RGB value is (218,69,127). Sum of RGB (Red+Green+Blue) = 218+69+127=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA457F is #25BA80. Grayscale: #787878. Windows color (decimal): -2472577 or 8340954. OLE color: 8340954.

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

Color convert

RGB 218 69 127 -
CMYK 0 0.68 0.42 0.15
HSL 336.64º 0.67% 0.56% -
HSV(B) 336.64º 0.68% 0.85% -
XYZ 34.87 20.69 22.24 -
YUV 120.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 218 69 127 0 0.68 0.42 0.15 336.64 0.67 0.56
Hex DA 45 7F 0 44 2A F 151 43 38
Octal 332 105 177 0 104 52 17 521 103 70
Binary 11011010 1000101 1111111 0 1000100 101010 1111 101010001 1000011 111000

Color Harmonies of #DA457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA457F

Black with #DA457F

Text Example


Text Example

White with #DA457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA457F; }

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

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

background-color css

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

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

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

border-color css

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

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

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