Html Css Color HEX #DA407A Cranberry

📋 copy color: '#DA407A'

red 218 ◦ green 64 ◦ blue 122

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

Shades of Cranberry #DA407A

Tints of Cranberry #DA407A

RGB

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

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

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

R = 53.96%
G = 15.84%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA407A (or 0xDA407A) is known color: Cranberry. HEX triplet: DA, 40 and 7A. RGB value is (218,64,122). Sum of RGB (Red+Green+Blue) = 218+64+122=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA407A is #25BF85. Grayscale: #747474. Windows color (decimal): -2473862 or 8011994. OLE color: 8011994.

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

Color convert

RGB 218 64 122 -
CMYK 0 0.71 0.44 0.15
HSL 337.4º 0.68% 0.55% -
HSV(B) 337.4º 0.71% 0.85% -
XYZ 34.26 19.98 20.46 -
YUV 116.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 218 64 122 0 0.71 0.44 0.15 337.4 0.68 0.55
Hex DA 40 7A 0 47 2C F 151 44 37
Octal 332 100 172 0 107 54 17 521 104 67
Binary 11011010 1000000 1111010 0 1000111 101100 1111 101010001 1000100 110111

Color Harmonies of #DA407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA407A

Black with #DA407A

Text Example


Text Example

White with #DA407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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