Html Css Color HEX #DA3D7A Deep Cerise

📋 copy color: '#DA3D7A'

red 218 ◦ green 61 ◦ blue 122

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

Shades of Deep Cerise #DA3D7A

Tints of Deep Cerise #DA3D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.21%

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

R = 54.36%
G = 15.21%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA3D7A (or 0xDA3D7A) is known color: Deep Cerise. HEX triplet: DA, 3D and 7A. RGB value is (218,61,122). Sum of RGB (Red+Green+Blue) = 218+61+122=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D7A is #25C285. Grayscale: #727272. Windows color (decimal): -2474630 or 8011226. OLE color: 8011226.

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

Color convert

RGB 218 61 122 -
CMYK 0 0.72 0.44 0.15
HSL 336.69º 0.68% 0.55% -
HSV(B) 336.69º 0.72% 0.85% -
XYZ 34.1 19.65 20.41 -
YUV 114.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 218 61 122 0 0.72 0.44 0.15 336.69 0.68 0.55
Hex DA 3D 7A 0 48 2C F 151 44 37
Octal 332 75 172 0 110 54 17 521 104 67
Binary 11011010 111101 1111010 0 1001000 101100 1111 101010001 1000100 110111

Color Harmonies of #DA3D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D7A

Black with #DA3D7A

Text Example


Text Example

White with #DA3D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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