Html Css Color HEX #D5275D Cerise

📋 copy color: '#D5275D'

red 213 ◦ green 39 ◦ blue 93

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

Shades of Cerise #D5275D

Tints of Cerise #D5275D

RGB

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

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

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

R = 61.74%
G = 11.3%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5275D (or 0xD5275D) is known color: Cerise. HEX triplet: D5, 27 and 5D. RGB value is (213,39,93). Sum of RGB (Red+Green+Blue) = 213+39+93=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5275D is #2AD8A2. Grayscale: #616161. Windows color (decimal): -2807971 or 6105045. OLE color: 6105045.

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

Color convert

RGB 213 39 93 -
CMYK 0 0.82 0.56 0.16
HSL 341.38º 0.69% 0.49% -
HSV(B) 341.38º 0.82% 0.84% -
XYZ 30.14 16.39 11.93 -
YUV 97.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 213 39 93 0 0.82 0.56 0.16 341.38 0.69 0.49
Hex D5 27 5D 0 52 38 10 155 45 31
Octal 325 47 135 0 122 70 20 525 105 61
Binary 11010101 100111 1011101 0 1010010 111000 10000 101010101 1000101 110001

Color Harmonies of #D5275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5275D

Black with #D5275D

Text Example


Text Example

White with #D5275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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