Html Css Color HEX #D6365C Cerise

📋 copy color: '#D6365C'

red 214 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D6365C

Tints of Cerise #D6365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

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

R = 59.44%
G = 15%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6365C (or 0xD6365C) is known color: Cerise. HEX triplet: D6, 36 and 5C. RGB value is (214,54,92). Sum of RGB (Red+Green+Blue) = 214+54+92=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6365C is #29C9A3. Grayscale: #6A6A6A. Windows color (decimal): -2738596 or 6043350. OLE color: 6043350.

HSL color Cylindrical-coordinate representation of color #D6365C: hue angle of 345.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6365C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 92 -
CMYK 0 0.75 0.57 0.16
HSL 345.75º 0.66% 0.53% -
HSV(B) 345.75º 0.75% 0.84% -
XYZ 30.98 17.71 11.91 -
YUV 106.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 214 54 92 0 0.75 0.57 0.16 345.75 0.66 0.53
Hex D6 36 5C 0 4B 39 10 15A 42 35
Octal 326 66 134 0 113 71 20 532 102 65
Binary 11010110 110110 1011100 0 1001011 111001 10000 101011010 1000010 110101

Color Harmonies of #D6365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6365C

Black with #D6365C

Text Example


Text Example

White with #D6365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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