Html Css Color HEX #D63364 Cerise

📋 copy color: '#D63364'

red 214 ◦ green 51 ◦ blue 100

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

Shades of Cerise #D63364

Tints of Cerise #D63364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 58.63%
G = 13.97%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D63364 (or 0xD63364) is known color: Cerise. HEX triplet: D6, 33 and 64. RGB value is (214,51,100). Sum of RGB (Red+Green+Blue) = 214+51+100=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D63364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63364 is #29CC9B. Grayscale: #696969. Windows color (decimal): -2739356 or 6566870. OLE color: 6566870.

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

Color convert

RGB 214 51 100 -
CMYK 0 0.76 0.53 0.16
HSL 341.96º 0.67% 0.52% -
HSV(B) 341.96º 0.76% 0.84% -
XYZ 31.22 17.58 13.81 -
YUV 105.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 214 51 100 0 0.76 0.53 0.16 341.96 0.67 0.52
Hex D6 33 64 0 4C 35 10 156 43 34
Octal 326 63 144 0 114 65 20 526 103 64
Binary 11010110 110011 1100100 0 1001100 110101 10000 101010110 1000011 110100

Color Harmonies of #D63364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63364

Black with #D63364

Text Example


Text Example

White with #D63364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63364; }

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

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

background-color css

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

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

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

border-color css

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

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

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