Html Css Color HEX #DA407C Cranberry

📋 copy color: '#DA407C'

red 218 ◦ green 64 ◦ blue 124

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

Shades of Cranberry #DA407C

Tints of Cranberry #DA407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 53.69%
G = 15.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA407C (or 0xDA407C) is known color: Cranberry. HEX triplet: DA, 40 and 7C. RGB value is (218,64,124). Sum of RGB (Red+Green+Blue) = 218+64+124=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA407C is #25BF83. Grayscale: #747474. Windows color (decimal): -2473860 or 8143066. OLE color: 8143066.

HSL color Cylindrical-coordinate representation of color #DA407C: hue angle of 336.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA407C is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 124 -
CMYK 0 0.71 0.43 0.15
HSL 336.62º 0.68% 0.55% -
HSV(B) 336.62º 0.71% 0.85% -
XYZ 34.38 20.03 21.12 -
YUV 116.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 218 64 124 0 0.71 0.43 0.15 336.62 0.68 0.55
Hex DA 40 7C 0 47 2B F 151 44 37
Octal 332 100 174 0 107 53 17 521 104 67
Binary 11011010 1000000 1111100 0 1000111 101011 1111 101010001 1000100 110111

Color Harmonies of #DA407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA407C

Black with #DA407C

Text Example


Text Example

White with #DA407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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