Html Css Color HEX #DA457A Cranberry

📋 copy color: '#DA457A'

red 218 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #DA457A

Tints of Cranberry #DA457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 53.3%
G = 16.87%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA457A (or 0xDA457A) is known color: Cranberry. HEX triplet: DA, 45 and 7A. RGB value is (218,69,122). Sum of RGB (Red+Green+Blue) = 218+69+122=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA457A is #25BA85. Grayscale: #777777. Windows color (decimal): -2472582 or 8013274. OLE color: 8013274.

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

Color convert

RGB 218 69 122 -
CMYK 0 0.68 0.44 0.15
HSL 338.66º 0.67% 0.56% -
HSV(B) 338.66º 0.68% 0.85% -
XYZ 34.55 20.57 20.56 -
YUV 119.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 218 69 122 0 0.68 0.44 0.15 338.66 0.67 0.56
Hex DA 45 7A 0 44 2C F 153 43 38
Octal 332 105 172 0 104 54 17 523 103 70
Binary 11011010 1000101 1111010 0 1000100 101100 1111 101010011 1000011 111000

Color Harmonies of #DA457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA457A

Black with #DA457A

Text Example


Text Example

White with #DA457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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