Html Css Color HEX #D63463 Cerise

📋 copy color: '#D63463'

red 214 ◦ green 52 ◦ blue 99

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

Shades of Cerise #D63463

Tints of Cerise #D63463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 58.63%
G = 14.25%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D63463 (or 0xD63463) is known color: Cerise. HEX triplet: D6, 34 and 63. RGB value is (214,52,99). Sum of RGB (Red+Green+Blue) = 214+52+99=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D63463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63463 is #29CB9C. Grayscale: #696969. Windows color (decimal): -2739101 or 6501590. OLE color: 6501590.

HSL color Cylindrical-coordinate representation of color #D63463: hue angle of 342.59º degrees, saturation: 0.66, 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 #D63463 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 99 -
CMYK 0 0.76 0.54 0.16
HSL 342.59º 0.66% 0.52% -
HSV(B) 342.59º 0.76% 0.84% -
XYZ 31.21 17.65 13.57 -
YUV 105.8 124.17 205.18 -
System Red Green Blue C M Y K H S L
Decimal 214 52 99 0 0.76 0.54 0.16 342.59 0.66 0.52
Hex D6 34 63 0 4C 36 10 157 42 34
Octal 326 64 143 0 114 66 20 527 102 64
Binary 11010110 110100 1100011 0 1001100 110110 10000 101010111 1000010 110100

Color Harmonies of #D63463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63463

Black with #D63463

Text Example


Text Example

White with #D63463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63463; }

 p { color: rgb(214,52,99); }

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

background-color css

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

 a { background-color: rgb(214,52,99); }

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

border-color css

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

 span { border-color: rgb(214,52,99); }

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