Html Css Color HEX #DA3273 Cerise

📋 copy color: '#DA3273'

red 218 ◦ green 50 ◦ blue 115

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

Shades of Cerise #DA3273

Tints of Cerise #DA3273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 56.92%
G = 13.05%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA3273 (or 0xDA3273) is known color: Cerise. HEX triplet: DA, 32 and 73. RGB value is (218,50,115). Sum of RGB (Red+Green+Blue) = 218+50+115=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3273 is #25CD8C. Grayscale: #6B6B6B. Windows color (decimal): -2477453 or 7549658. OLE color: 7549658.

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

Color convert

RGB 218 50 115 -
CMYK 0 0.77 0.47 0.15
HSL 336.79º 0.69% 0.53% -
HSV(B) 336.79º 0.77% 0.85% -
XYZ 33.15 18.42 18.03 -
YUV 107.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 218 50 115 0 0.77 0.47 0.15 336.79 0.69 0.53
Hex DA 32 73 0 4D 2F F 151 45 35
Octal 332 62 163 0 115 57 17 521 105 65
Binary 11011010 110010 1110011 0 1001101 101111 1111 101010001 1000101 110101

Color Harmonies of #DA3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3273

Black with #DA3273

Text Example


Text Example

White with #DA3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3273; }

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

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

background-color css

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

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

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

border-color css

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

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

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