Html Css Color HEX #D5295D Cerise

📋 copy color: '#D5295D'

red 213 ◦ green 41 ◦ blue 93

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

Shades of Cerise #D5295D

Tints of Cerise #D5295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 61.38%
G = 11.82%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5295D (or 0xD5295D) is known color: Cerise. HEX triplet: D5, 29 and 5D. RGB value is (213,41,93). Sum of RGB (Red+Green+Blue) = 213+41+93=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5295D is #2AD6A2. Grayscale: #626262. Windows color (decimal): -2807459 or 6105557. OLE color: 6105557.

HSL color Cylindrical-coordinate representation of color #D5295D: hue angle of 341.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5295D is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 93 -
CMYK 0 0.81 0.56 0.16
HSL 341.86º 0.68% 0.5% -
HSV(B) 341.86º 0.81% 0.84% -
XYZ 30.21 16.52 11.95 -
YUV 98.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 213 41 93 0 0.81 0.56 0.16 341.86 0.68 0.5
Hex D5 29 5D 0 51 38 10 156 44 32
Octal 325 51 135 0 121 70 20 526 104 62
Binary 11010101 101001 1011101 0 1010001 111000 10000 101010110 1000100 110010

Color Harmonies of #D5295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5295D

Black with #D5295D

Text Example


Text Example

White with #D5295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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