Html Css Color HEX #DA417C Cranberry

📋 copy color: '#DA417C'

red 218 ◦ green 65 ◦ blue 124

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

Shades of Cranberry #DA417C

Tints of Cranberry #DA417C

RGB

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

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

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

R = 53.56%
G = 15.97%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA417C (or 0xDA417C) is known color: Cranberry. HEX triplet: DA, 41 and 7C. RGB value is (218,65,124). Sum of RGB (Red+Green+Blue) = 218+65+124=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA417C is #25BE83. Grayscale: #757575. Windows color (decimal): -2473604 or 8143322. OLE color: 8143322.

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

Color convert

RGB 218 65 124 -
CMYK 0 0.70 0.43 0.15
HSL 336.86º 0.67% 0.55% -
HSV(B) 336.86º 0.7% 0.85% -
XYZ 34.44 20.14 21.14 -
YUV 117.47 131.69 199.7 -
System Red Green Blue C M Y K H S L
Decimal 218 65 124 0 0.70 0.43 0.15 336.86 0.67 0.55
Hex DA 41 7C 0 46 2B F 151 43 37
Octal 332 101 174 0 106 53 17 521 103 67
Binary 11011010 1000001 1111100 0 1000110 101011 1111 101010001 1000011 110111

Color Harmonies of #DA417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA417C

Black with #DA417C

Text Example


Text Example

White with #DA417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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