Html Css Color HEX #D6385D Cerise

📋 copy color: '#D6385D'

red 214 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D6385D

Tints of Cerise #D6385D

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

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

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

R = 58.95%
G = 15.43%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6385D (or 0xD6385D) is known color: Cerise. HEX triplet: D6, 38 and 5D. RGB value is (214,56,93). Sum of RGB (Red+Green+Blue) = 214+56+93=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6385D is #29C7A2. Grayscale: #6B6B6B. Windows color (decimal): -2738083 or 6109398. OLE color: 6109398.

HSL color Cylindrical-coordinate representation of color #D6385D: hue angle of 345.95º degrees, saturation: 0.66, 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 #D6385D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 93 -
CMYK 0 0.74 0.57 0.16
HSL 345.95º 0.66% 0.53% -
HSV(B) 345.95º 0.74% 0.84% -
XYZ 31.12 17.91 12.17 -
YUV 107.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 214 56 93 0 0.74 0.57 0.16 345.95 0.66 0.53
Hex D6 38 5D 0 4A 39 10 15A 42 35
Octal 326 70 135 0 112 71 20 532 102 65
Binary 11010110 111000 1011101 0 1001010 111001 10000 101011010 1000010 110101

Color Harmonies of #D6385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6385D

Black with #D6385D

Text Example


Text Example

White with #D6385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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