Html Css Color HEX #D6375C Cerise

📋 copy color: '#D6375C'

red 214 ◦ green 55 ◦ blue 92

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

Shades of Cerise #D6375C

Tints of Cerise #D6375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 59.28%
G = 15.24%
B = 25.48%

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

#D6375C (or 0xD6375C) is known color: Cerise. HEX triplet: D6, 37 and 5C. RGB value is (214,55,92). Sum of RGB (Red+Green+Blue) = 214+55+92=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375C is #29C8A3. Grayscale: #6A6A6A. Windows color (decimal): -2738340 or 6043606. OLE color: 6043606.

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

Color convert

RGB 214 55 92 -
CMYK 0 0.74 0.57 0.16
HSL 346.04º 0.66% 0.53% -
HSV(B) 346.04º 0.74% 0.84% -
XYZ 31.03 17.8 11.93 -
YUV 106.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 214 55 92 0 0.74 0.57 0.16 346.04 0.66 0.53
Hex D6 37 5C 0 4A 39 10 15A 42 35
Octal 326 67 134 0 112 71 20 532 102 65
Binary 11010110 110111 1011100 0 1001010 111001 10000 101011010 1000010 110101

Color Harmonies of #D6375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375C

Black with #D6375C

Text Example


Text Example

White with #D6375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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