Html Css Color HEX #D6375D Cerise

📋 copy color: '#D6375D'

red 214 ◦ green 55 ◦ blue 93

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

Shades of Cerise #D6375D

Tints of Cerise #D6375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

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

R = 59.12%
G = 15.19%
B = 25.69%

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

#D6375D (or 0xD6375D) is known color: Cerise. HEX triplet: D6, 37 and 5D. RGB value is (214,55,93). Sum of RGB (Red+Green+Blue) = 214+55+93=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375D is #29C8A2. Grayscale: #6A6A6A. Windows color (decimal): -2738339 or 6109142. OLE color: 6109142.

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

Color convert

RGB 214 55 93 -
CMYK 0 0.74 0.57 0.16
HSL 345.66º 0.66% 0.53% -
HSV(B) 345.66º 0.74% 0.84% -
XYZ 31.07 17.82 12.16 -
YUV 106.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 214 55 93 0 0.74 0.57 0.16 345.66 0.66 0.53
Hex D6 37 5D 0 4A 39 10 15A 42 35
Octal 326 67 135 0 112 71 20 532 102 65
Binary 11010110 110111 1011101 0 1001010 111001 10000 101011010 1000010 110101

Color Harmonies of #D6375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375D

Black with #D6375D

Text Example


Text Example

White with #D6375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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