Html Css Color HEX #D62364 Cerise

📋 copy color: '#D62364'

red 214 ◦ green 35 ◦ blue 100

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

Shades of Cerise #D62364

Tints of Cerise #D62364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 61.32%
G = 10.03%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D62364 (or 0xD62364) is known color: Cerise. HEX triplet: D6, 23 and 64. RGB value is (214,35,100). Sum of RGB (Red+Green+Blue) = 214+35+100=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D62364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62364 is #29DC9B. Grayscale: #5F5F5F. Windows color (decimal): -2743452 or 6562774. OLE color: 6562774.

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

Color convert

RGB 214 35 100 -
CMYK 0 0.84 0.53 0.16
HSL 338.21º 0.72% 0.49% -
HSV(B) 338.21º 0.84% 0.84% -
XYZ 30.63 16.42 13.61 -
YUV 95.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 214 35 100 0 0.84 0.53 0.16 338.21 0.72 0.49
Hex D6 23 64 0 54 35 10 152 48 31
Octal 326 43 144 0 124 65 20 522 110 61
Binary 11010110 100011 1100100 0 1010100 110101 10000 101010010 1001000 110001

Color Harmonies of #D62364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62364

Black with #D62364

Text Example


Text Example

White with #D62364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62364; }

 p { color: rgb(214,35,100); }

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

background-color css

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

 a { background-color: rgb(214,35,100); }

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

border-color css

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

 span { border-color: rgb(214,35,100); }

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