Html Css Color HEX #DA1F7C Deep Cerise

📋 copy color: '#DA1F7C'

red 218 ◦ green 31 ◦ blue 124

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

Shades of Deep Cerise #DA1F7C

Tints of Deep Cerise #DA1F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

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

R = 58.45%
G = 8.31%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA1F7C (or 0xDA1F7C) is known color: Deep Cerise. HEX triplet: DA, 1F and 7C. RGB value is (218,31,124). Sum of RGB (Red+Green+Blue) = 218+31+124=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F7C is #25E083. Grayscale: #616161. Windows color (decimal): -2482308 or 8134618. OLE color: 8134618.

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

Color convert

RGB 218 31 124 -
CMYK 0 0.86 0.43 0.15
HSL 330.16º 0.75% 0.49% -
HSV(B) 330.16º 0.86% 0.85% -
XYZ 33.04 17.34 20.67 -
YUV 97.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 218 31 124 0 0.86 0.43 0.15 330.16 0.75 0.49
Hex DA 1F 7C 0 56 2B F 14A 4B 31
Octal 332 37 174 0 126 53 17 512 113 61
Binary 11011010 11111 1111100 0 1010110 101011 1111 101001010 1001011 110001

Color Harmonies of #DA1F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F7C

Black with #DA1F7C

Text Example


Text Example

White with #DA1F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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