Html Css Color HEX #D6375E Cerise

📋 copy color: '#D6375E'

red 214 ◦ green 55 ◦ blue 94

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

Shades of Cerise #D6375E

Tints of Cerise #D6375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 58.95%
G = 15.15%
B = 25.9%

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

#D6375E (or 0xD6375E) is known color: Cerise. HEX triplet: D6, 37 and 5E. RGB value is (214,55,94). Sum of RGB (Red+Green+Blue) = 214+55+94=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375E is #29C8A1. Grayscale: #6A6A6A. Windows color (decimal): -2738338 or 6174678. OLE color: 6174678.

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

Color convert

RGB 214 55 94 -
CMYK 0 0.74 0.56 0.16
HSL 345.28º 0.66% 0.53% -
HSV(B) 345.28º 0.74% 0.84% -
XYZ 31.12 17.84 12.39 -
YUV 106.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 214 55 94 0 0.74 0.56 0.16 345.28 0.66 0.53
Hex D6 37 5E 0 4A 38 10 159 42 35
Octal 326 67 136 0 112 70 20 531 102 65
Binary 11010110 110111 1011110 0 1001010 111000 10000 101011001 1000010 110101

Color Harmonies of #D6375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375E

Black with #D6375E

Text Example


Text Example

White with #D6375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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