Html Css Color HEX #D4385D Cerise

📋 copy color: '#D4385D'

red 212 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D4385D

Tints of Cerise #D4385D

RGB

 RED value IS 212 (83.2% from 255) = 58.73%

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

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

R = 58.73%
G = 15.51%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4385D (or 0xD4385D) is known color: Cerise. HEX triplet: D4, 38 and 5D. RGB value is (212,56,93). Sum of RGB (Red+Green+Blue) = 212+56+93=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385D is #2BC7A2. Grayscale: #6A6A6A. Windows color (decimal): -2869155 or 6109396. OLE color: 6109396.

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

Color convert

RGB 212 56 93 -
CMYK 0 0.74 0.56 0.17
HSL 345.77º 0.64% 0.53% -
HSV(B) 345.77º 0.74% 0.83% -
XYZ 30.54 17.62 12.15 -
YUV 106.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 212 56 93 0 0.74 0.56 0.17 345.77 0.64 0.53
Hex D4 38 5D 0 4A 38 11 15A 40 35
Octal 324 70 135 0 112 70 21 532 100 65
Binary 11010100 111000 1011101 0 1001010 111000 10001 101011010 1000000 110101

Color Harmonies of #D4385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4385D

Black with #D4385D

Text Example


Text Example

White with #D4385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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