Html Css Color HEX #DA237A Deep Cerise

📋 copy color: '#DA237A'

red 218 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #DA237A

Tints of Deep Cerise #DA237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 58.13%
G = 9.33%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA237A (or 0xDA237A) is known color: Deep Cerise. HEX triplet: DA, 23 and 7A. RGB value is (218,35,122). Sum of RGB (Red+Green+Blue) = 218+35+122=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237A is #25DC85. Grayscale: #636363. Windows color (decimal): -2481286 or 8004570. OLE color: 8004570.

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

Color convert

RGB 218 35 122 -
CMYK 0 0.84 0.44 0.15
HSL 331.48º 0.72% 0.5% -
HSV(B) 331.48º 0.84% 0.85% -
XYZ 33.03 17.51 20.05 -
YUV 99.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 218 35 122 0 0.84 0.44 0.15 331.48 0.72 0.5
Hex DA 23 7A 0 54 2C F 14B 48 32
Octal 332 43 172 0 124 54 17 513 110 62
Binary 11011010 100011 1111010 0 1010100 101100 1111 101001011 1001000 110010

Color Harmonies of #DA237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA237A

Black with #DA237A

Text Example


Text Example

White with #DA237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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