Html Css Color HEX #DA327B Deep Cerise

📋 copy color: '#DA327B'

red 218 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #DA327B

Tints of Deep Cerise #DA327B

RGB

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

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

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

R = 55.75%
G = 12.79%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA327B (or 0xDA327B) is known color: Deep Cerise. HEX triplet: DA, 32 and 7B. RGB value is (218,50,123). Sum of RGB (Red+Green+Blue) = 218+50+123=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA327B is #25CD84. Grayscale: #6C6C6C. Windows color (decimal): -2477445 or 8073946. OLE color: 8073946.

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

Color convert

RGB 218 50 123 -
CMYK 0 0.77 0.44 0.15
HSL 333.93º 0.69% 0.53% -
HSV(B) 333.93º 0.77% 0.85% -
XYZ 33.63 18.62 20.56 -
YUV 108.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 218 50 123 0 0.77 0.44 0.15 333.93 0.69 0.53
Hex DA 32 7B 0 4D 2C F 14E 45 35
Octal 332 62 173 0 115 54 17 516 105 65
Binary 11011010 110010 1111011 0 1001101 101100 1111 101001110 1000101 110101

Color Harmonies of #DA327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA327B

Black with #DA327B

Text Example


Text Example

White with #DA327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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