Html Css Color HEX #DA327F Deep Cerise

📋 copy color: '#DA327F'

red 218 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #DA327F

Tints of Deep Cerise #DA327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 55.19%
G = 12.66%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA327F (or 0xDA327F) is known color: Deep Cerise. HEX triplet: DA, 32 and 7F. RGB value is (218,50,127). Sum of RGB (Red+Green+Blue) = 218+50+127=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA327F is #25CD80. Grayscale: #6C6C6C. Windows color (decimal): -2477441 or 8336090. OLE color: 8336090.

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

Color convert

RGB 218 50 127 -
CMYK 0 0.77 0.42 0.15
HSL 332.5º 0.69% 0.53% -
HSV(B) 332.5º 0.77% 0.85% -
XYZ 33.88 18.72 21.91 -
YUV 109.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 218 50 127 0 0.77 0.42 0.15 332.5 0.69 0.53
Hex DA 32 7F 0 4D 2A F 14C 45 35
Octal 332 62 177 0 115 52 17 514 105 65
Binary 11011010 110010 1111111 0 1001101 101010 1111 101001100 1000101 110101

Color Harmonies of #DA327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA327F

Black with #DA327F

Text Example


Text Example

White with #DA327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA327F; }

 p { color: rgb(218,50,127); }

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

background-color css

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

 a { background-color: rgb(218,50,127); }

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

border-color css

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

 span { border-color: rgb(218,50,127); }

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