Html Css Color HEX #D5405D Cerise

📋 copy color: '#D5405D'

red 213 ◦ green 64 ◦ blue 93

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

Shades of Cerise #D5405D

Tints of Cerise #D5405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

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

R = 57.57%
G = 17.3%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5405D (or 0xD5405D) is known color: Cerise. HEX triplet: D5, 40 and 5D. RGB value is (213,64,93). Sum of RGB (Red+Green+Blue) = 213+64+93=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5405D is #2ABFA2. Grayscale: #6F6F6F. Windows color (decimal): -2801571 or 6111445. OLE color: 6111445.

HSL color Cylindrical-coordinate representation of color #D5405D: hue angle of 348.32º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5405D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 93 -
CMYK 0 0.70 0.56 0.16
HSL 348.32º 0.64% 0.54% -
HSV(B) 348.32º 0.7% 0.84% -
XYZ 31.25 18.6 12.3 -
YUV 111.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 213 64 93 0 0.70 0.56 0.16 348.32 0.64 0.54
Hex D5 40 5D 0 46 38 10 15C 40 36
Octal 325 100 135 0 106 70 20 534 100 66
Binary 11010101 1000000 1011101 0 1000110 111000 10000 101011100 1000000 110110

Color Harmonies of #D5405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5405D

Black with #D5405D

Text Example


Text Example

White with #D5405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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