Html Css Color HEX #DA327E Deep Cerise

📋 copy color: '#DA327E'

red 218 ◦ green 50 ◦ blue 126

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

Shades of Deep Cerise #DA327E

Tints of Deep Cerise #DA327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 55.33%
G = 12.69%
B = 31.98%

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

#DA327E (or 0xDA327E) is known color: Deep Cerise. HEX triplet: DA, 32 and 7E. RGB value is (218,50,126). Sum of RGB (Red+Green+Blue) = 218+50+126=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA327E is #25CD81. Grayscale: #6C6C6C. Windows color (decimal): -2477442 or 8270554. OLE color: 8270554.

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

Color convert

RGB 218 50 126 -
CMYK 0 0.77 0.42 0.15
HSL 332.86º 0.69% 0.53% -
HSV(B) 332.86º 0.77% 0.85% -
XYZ 33.82 18.69 21.56 -
YUV 108.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 218 50 126 0 0.77 0.42 0.15 332.86 0.69 0.53
Hex DA 32 7E 0 4D 2A F 14D 45 35
Octal 332 62 176 0 115 52 17 515 105 65
Binary 11011010 110010 1111110 0 1001101 101010 1111 101001101 1000101 110101

Color Harmonies of #DA327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA327E

Black with #DA327E

Text Example


Text Example

White with #DA327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA327E; }

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

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

background-color css

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

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

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

border-color css

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

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

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