Html Css Color HEX #DA275F Cerise

📋 copy color: '#DA275F'

red 218 ◦ green 39 ◦ blue 95

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

Shades of Cerise #DA275F

Tints of Cerise #DA275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 61.93%
G = 11.08%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA275F (or 0xDA275F) is known color: Cerise. HEX triplet: DA, 27 and 5F. RGB value is (218,39,95). Sum of RGB (Red+Green+Blue) = 218+39+95=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA275F is #25D8A0. Grayscale: #626262. Windows color (decimal): -2480289 or 6236122. OLE color: 6236122.

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

Color convert

RGB 218 39 95 -
CMYK 0 0.82 0.56 0.15
HSL 341.23º 0.71% 0.5% -
HSV(B) 341.23º 0.82% 0.85% -
XYZ 31.7 17.18 12.47 -
YUV 98.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 218 39 95 0 0.82 0.56 0.15 341.23 0.71 0.5
Hex DA 27 5F 0 52 38 F 155 47 32
Octal 332 47 137 0 122 70 17 525 107 62
Binary 11011010 100111 1011111 0 1010010 111000 1111 101010101 1000111 110010

Color Harmonies of #DA275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA275F

Black with #DA275F

Text Example


Text Example

White with #DA275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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