Html Css Color HEX #D5275B Cerise

📋 copy color: '#D5275B'

red 213 ◦ green 39 ◦ blue 91

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

Shades of Cerise #D5275B

Tints of Cerise #D5275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 62.1%
G = 11.37%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5275B (or 0xD5275B) is known color: Cerise. HEX triplet: D5, 27 and 5B. RGB value is (213,39,91). Sum of RGB (Red+Green+Blue) = 213+39+91=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5275B is #2AD8A4. Grayscale: #606060. Windows color (decimal): -2807973 or 5973973. OLE color: 5973973.

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

Color convert

RGB 213 39 91 -
CMYK 0 0.82 0.57 0.16
HSL 342.07º 0.69% 0.49% -
HSV(B) 342.07º 0.82% 0.84% -
XYZ 30.05 16.35 11.47 -
YUV 96.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 213 39 91 0 0.82 0.57 0.16 342.07 0.69 0.49
Hex D5 27 5B 0 52 39 10 156 45 31
Octal 325 47 133 0 122 71 20 526 105 61
Binary 11010101 100111 1011011 0 1010010 111001 10000 101010110 1000101 110001

Color Harmonies of #D5275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5275B

Black with #D5275B

Text Example


Text Example

White with #D5275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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