Html Css Color HEX #D5276F Cerise

📋 copy color: '#D5276F'

red 213 ◦ green 39 ◦ blue 111

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

Shades of Cerise #D5276F

Tints of Cerise #D5276F

RGB

 RED value IS 213 (83.59% from 255) = 58.68%

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 58.68%
G = 10.74%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5276F (or 0xD5276F) is known color: Cerise. HEX triplet: D5, 27 and 6F. RGB value is (213,39,111). Sum of RGB (Red+Green+Blue) = 213+39+111=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5276F is #2AD890. Grayscale: #636363. Windows color (decimal): -2807953 or 7284693. OLE color: 7284693.

HSL color Cylindrical-coordinate representation of color #D5276F: hue angle of 335.17º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5276F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 111 -
CMYK 0 0.82 0.48 0.16
HSL 335.17º 0.69% 0.49% -
HSV(B) 335.17º 0.82% 0.84% -
XYZ 31.04 16.74 16.64 -
YUV 99.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 213 39 111 0 0.82 0.48 0.16 335.17 0.69 0.49
Hex D5 27 6F 0 52 30 10 14F 45 31
Octal 325 47 157 0 122 60 20 517 105 61
Binary 11010101 100111 1101111 0 1010010 110000 10000 101001111 1000101 110001

Color Harmonies of #D5276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5276F

Black with #D5276F

Text Example


Text Example

White with #D5276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5276F; }

 p { color: rgb(213,39,111); }

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

background-color css

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

 a { background-color: rgb(213,39,111); }

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

border-color css

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

 span { border-color: rgb(213,39,111); }

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