Html Css Color HEX #D5395A Cerise

📋 copy color: '#D5395A'

red 213 ◦ green 57 ◦ blue 90

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

Shades of Cerise #D5395A

Tints of Cerise #D5395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.83%

 BLUE value IS 90 (35.55% from 255) = 25%

R = 59.17%
G = 15.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5395A (or 0xD5395A) is known color: Cerise. HEX triplet: D5, 39 and 5A. RGB value is (213,57,90). Sum of RGB (Red+Green+Blue) = 213+57+90=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5395A is #2AC6A5. Grayscale: #6B6B6B. Windows color (decimal): -2803366 or 5913045. OLE color: 5913045.

HSL color Cylindrical-coordinate representation of color #D5395A: hue angle of 347.31º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5395A is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 90 -
CMYK 0 0.73 0.58 0.16
HSL 347.31º 0.65% 0.53% -
HSV(B) 347.31º 0.73% 0.84% -
XYZ 30.75 17.81 11.49 -
YUV 107.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 213 57 90 0 0.73 0.58 0.16 347.31 0.65 0.53
Hex D5 39 5A 0 49 3A 10 15B 41 35
Octal 325 71 132 0 111 72 20 533 101 65
Binary 11010101 111001 1011010 0 1001001 111010 10000 101011011 1000001 110101

Color Harmonies of #D5395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5395A

Black with #D5395A

Text Example


Text Example

White with #D5395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5395A; }

 p { color: rgb(213,57,90); }

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

background-color css

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

 a { background-color: rgb(213,57,90); }

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

border-color css

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

 span { border-color: rgb(213,57,90); }

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