Html Css Color HEX #DA367C Deep Cerise

📋 copy color: '#DA367C'

red 218 ◦ green 54 ◦ blue 124

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

Shades of Deep Cerise #DA367C

Tints of Deep Cerise #DA367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

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

R = 55.05%
G = 13.64%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA367C (or 0xDA367C) is known color: Deep Cerise. HEX triplet: DA, 36 and 7C. RGB value is (218,54,124). Sum of RGB (Red+Green+Blue) = 218+54+124=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA367C is #25C983. Grayscale: #6E6E6E. Windows color (decimal): -2476420 or 8140506. OLE color: 8140506.

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

Color convert

RGB 218 54 124 -
CMYK 0 0.75 0.43 0.15
HSL 334.39º 0.69% 0.53% -
HSV(B) 334.39º 0.75% 0.85% -
XYZ 33.87 19 20.95 -
YUV 111.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 218 54 124 0 0.75 0.43 0.15 334.39 0.69 0.53
Hex DA 36 7C 0 4B 2B F 14E 45 35
Octal 332 66 174 0 113 53 17 516 105 65
Binary 11011010 110110 1111100 0 1001011 101011 1111 101001110 1000101 110101

Color Harmonies of #DA367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA367C

Black with #DA367C

Text Example


Text Example

White with #DA367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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