Html Css Color HEX #DA3275 Deep Cerise

📋 copy color: '#DA3275'

red 218 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #DA3275

Tints of Deep Cerise #DA3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 56.62%
G = 12.99%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA3275 (or 0xDA3275) is known color: Deep Cerise. HEX triplet: DA, 32 and 75. RGB value is (218,50,117). Sum of RGB (Red+Green+Blue) = 218+50+117=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3275 is #25CD8A. Grayscale: #6B6B6B. Windows color (decimal): -2477451 or 7680730. OLE color: 7680730.

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

Color convert

RGB 218 50 117 -
CMYK 0 0.77 0.46 0.15
HSL 336.07º 0.69% 0.53% -
HSV(B) 336.07º 0.77% 0.85% -
XYZ 33.26 18.47 18.64 -
YUV 107.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 218 50 117 0 0.77 0.46 0.15 336.07 0.69 0.53
Hex DA 32 75 0 4D 2E F 150 45 35
Octal 332 62 165 0 115 56 17 520 105 65
Binary 11011010 110010 1110101 0 1001101 101110 1111 101010000 1000101 110101

Color Harmonies of #DA3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3275

Black with #DA3275

Text Example


Text Example

White with #DA3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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