Html Css Color HEX #D6375B Cerise

📋 copy color: '#D6375B'

red 214 ◦ green 55 ◦ blue 91

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

Shades of Cerise #D6375B

Tints of Cerise #D6375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 59.44%
G = 15.28%
B = 25.28%

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

#D6375B (or 0xD6375B) is known color: Cerise. HEX triplet: D6, 37 and 5B. RGB value is (214,55,91). Sum of RGB (Red+Green+Blue) = 214+55+91=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375B is #29C8A4. Grayscale: #6A6A6A. Windows color (decimal): -2738341 or 5978070. OLE color: 5978070.

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

Color convert

RGB 214 55 91 -
CMYK 0 0.74 0.57 0.16
HSL 346.42º 0.66% 0.53% -
HSV(B) 346.42º 0.74% 0.84% -
XYZ 30.99 17.78 11.7 -
YUV 106.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 214 55 91 0 0.74 0.57 0.16 346.42 0.66 0.53
Hex D6 37 5B 0 4A 39 10 15A 42 35
Octal 326 67 133 0 112 71 20 532 102 65
Binary 11010110 110111 1011011 0 1001010 111001 10000 101011010 1000010 110101

Color Harmonies of #D6375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375B

Black with #D6375B

Text Example


Text Example

White with #D6375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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