Html Css Color HEX #DA417A Cranberry

📋 copy color: '#DA417A'

red 218 ◦ green 65 ◦ blue 122

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

Shades of Cranberry #DA417A

Tints of Cranberry #DA417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

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

R = 53.83%
G = 16.05%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA417A (or 0xDA417A) is known color: Cranberry. HEX triplet: DA, 41 and 7A. RGB value is (218,65,122). Sum of RGB (Red+Green+Blue) = 218+65+122=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA417A is #25BE85. Grayscale: #757575. Windows color (decimal): -2473606 or 8012250. OLE color: 8012250.

HSL color Cylindrical-coordinate representation of color #DA417A: hue angle of 337.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA417A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 122 -
CMYK 0 0.70 0.44 0.15
HSL 337.65º 0.67% 0.55% -
HSV(B) 337.65º 0.7% 0.85% -
XYZ 34.32 20.09 20.48 -
YUV 117.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 218 65 122 0 0.70 0.44 0.15 337.65 0.67 0.55
Hex DA 41 7A 0 46 2C F 152 43 37
Octal 332 101 172 0 106 54 17 522 103 67
Binary 11011010 1000001 1111010 0 1000110 101100 1111 101010010 1000011 110111

Color Harmonies of #DA417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA417A

Black with #DA417A

Text Example


Text Example

White with #DA417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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