Html Css Color HEX #D5385D Cerise

📋 copy color: '#D5385D'

red 213 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D5385D

Tints of Cerise #D5385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

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

R = 58.84%
G = 15.47%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5385D (or 0xD5385D) is known color: Cerise. HEX triplet: D5, 38 and 5D. RGB value is (213,56,93). Sum of RGB (Red+Green+Blue) = 213+56+93=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5385D is #2AC7A2. Grayscale: #6B6B6B. Windows color (decimal): -2803619 or 6109397. OLE color: 6109397.

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

Color convert

RGB 213 56 93 -
CMYK 0 0.74 0.56 0.16
HSL 345.86º 0.65% 0.53% -
HSV(B) 345.86º 0.74% 0.84% -
XYZ 30.83 17.76 12.16 -
YUV 107.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 213 56 93 0 0.74 0.56 0.16 345.86 0.65 0.53
Hex D5 38 5D 0 4A 38 10 15A 41 35
Octal 325 70 135 0 112 70 20 532 101 65
Binary 11010101 111000 1011101 0 1001010 111000 10000 101011010 1000001 110101

Color Harmonies of #D5385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5385D

Black with #D5385D

Text Example


Text Example

White with #D5385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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