Html Css Color HEX #DA237B Deep Cerise

📋 copy color: '#DA237B'

red 218 ◦ green 35 ◦ blue 123

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

Shades of Deep Cerise #DA237B

Tints of Deep Cerise #DA237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 57.98%
G = 9.31%
B = 32.71%

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

#DA237B (or 0xDA237B) is known color: Deep Cerise. HEX triplet: DA, 23 and 7B. RGB value is (218,35,123). Sum of RGB (Red+Green+Blue) = 218+35+123=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA237B is #25DC84. Grayscale: #636363. Windows color (decimal): -2481285 or 8070106. OLE color: 8070106.

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

Color convert

RGB 218 35 123 -
CMYK 0 0.84 0.44 0.15
HSL 331.15º 0.72% 0.5% -
HSV(B) 331.15º 0.84% 0.85% -
XYZ 33.09 17.54 20.38 -
YUV 99.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 218 35 123 0 0.84 0.44 0.15 331.15 0.72 0.5
Hex DA 23 7B 0 54 2C F 14B 48 32
Octal 332 43 173 0 124 54 17 513 110 62
Binary 11011010 100011 1111011 0 1010100 101100 1111 101001011 1001000 110010

Color Harmonies of #DA237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA237B

Black with #DA237B

Text Example


Text Example

White with #DA237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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