Html Css Color HEX #D6385F Cerise

📋 copy color: '#D6385F'

red 214 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D6385F

Tints of Cerise #D6385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 58.63%
G = 15.34%
B = 26.03%

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

#D6385F (or 0xD6385F) is known color: Cerise. HEX triplet: D6, 38 and 5F. RGB value is (214,56,95). Sum of RGB (Red+Green+Blue) = 214+56+95=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6385F is #29C7A0. Grayscale: #6B6B6B. Windows color (decimal): -2738081 or 6240470. OLE color: 6240470.

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

Color convert

RGB 214 56 95 -
CMYK 0 0.74 0.56 0.16
HSL 345.19º 0.66% 0.53% -
HSV(B) 345.19º 0.74% 0.84% -
XYZ 31.21 17.95 12.65 -
YUV 107.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 214 56 95 0 0.74 0.56 0.16 345.19 0.66 0.53
Hex D6 38 5F 0 4A 38 10 159 42 35
Octal 326 70 137 0 112 70 20 531 102 65
Binary 11010110 111000 1011111 0 1001010 111000 10000 101011001 1000010 110101

Color Harmonies of #D6385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6385F

Black with #D6385F

Text Example


Text Example

White with #D6385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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