Html Css Color HEX #D6375F Cerise

📋 copy color: '#D6375F'

red 214 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D6375F

Tints of Cerise #D6375F

RGB

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

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

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

R = 58.79%
G = 15.11%
B = 26.1%

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

#D6375F (or 0xD6375F) is known color: Cerise. HEX triplet: D6, 37 and 5F. RGB value is (214,55,95). Sum of RGB (Red+Green+Blue) = 214+55+95=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375F is #29C8A0. Grayscale: #6B6B6B. Windows color (decimal): -2738337 or 6240214. OLE color: 6240214.

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

Color convert

RGB 214 55 95 -
CMYK 0 0.74 0.56 0.16
HSL 344.91º 0.66% 0.53% -
HSV(B) 344.91º 0.74% 0.84% -
XYZ 31.16 17.85 12.63 -
YUV 107.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 214 55 95 0 0.74 0.56 0.16 344.91 0.66 0.53
Hex D6 37 5F 0 4A 38 10 159 42 35
Octal 326 67 137 0 112 70 20 531 102 65
Binary 11010110 110111 1011111 0 1001010 111000 10000 101011001 1000010 110101

Color Harmonies of #D6375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375F

Black with #D6375F

Text Example


Text Example

White with #D6375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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