Html Css Color HEX #DA275D Cerise

📋 copy color: '#DA275D'

red 218 ◦ green 39 ◦ blue 93

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

Shades of Cerise #DA275D

Tints of Cerise #DA275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.14%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 62.29%
G = 11.14%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA275D (or 0xDA275D) is known color: Cerise. HEX triplet: DA, 27 and 5D. RGB value is (218,39,93). Sum of RGB (Red+Green+Blue) = 218+39+93=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA275D is #25D8A2. Grayscale: #626262. Windows color (decimal): -2480291 or 6105050. OLE color: 6105050.

HSL color Cylindrical-coordinate representation of color #DA275D: hue angle of 341.9º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA275D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 39 93 -
CMYK 0 0.82 0.57 0.15
HSL 341.9º 0.71% 0.5% -
HSV(B) 341.9º 0.82% 0.85% -
XYZ 31.61 17.15 12 -
YUV 98.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 218 39 93 0 0.82 0.57 0.15 341.9 0.71 0.5
Hex DA 27 5D 0 52 39 F 156 47 32
Octal 332 47 135 0 122 71 17 526 107 62
Binary 11011010 100111 1011101 0 1010010 111001 1111 101010110 1000111 110010

Color Harmonies of #DA275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA275D

Black with #DA275D

Text Example


Text Example

White with #DA275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA275D; }

 p { color: rgb(218,39,93); }

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

background-color css

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

 a { background-color: rgb(218,39,93); }

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

border-color css

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

 span { border-color: rgb(218,39,93); }

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