Html Css Color HEX #D63065 Cerise

📋 copy color: '#D63065'

red 214 ◦ green 48 ◦ blue 101

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

Shades of Cerise #D63065

Tints of Cerise #D63065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 58.95%
G = 13.22%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D63065 (or 0xD63065) is known color: Cerise. HEX triplet: D6, 30 and 65. RGB value is (214,48,101). Sum of RGB (Red+Green+Blue) = 214+48+101=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D63065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63065 is #29CF9A. Grayscale: #676767. Windows color (decimal): -2740123 or 6631638. OLE color: 6631638.

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

Color convert

RGB 214 48 101 -
CMYK 0 0.78 0.53 0.16
HSL 340.84º 0.67% 0.51% -
HSV(B) 340.84º 0.78% 0.84% -
XYZ 31.14 17.35 14.02 -
YUV 103.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 214 48 101 0 0.78 0.53 0.16 340.84 0.67 0.51
Hex D6 30 65 0 4E 35 10 155 43 33
Octal 326 60 145 0 116 65 20 525 103 63
Binary 11010110 110000 1100101 0 1001110 110101 10000 101010101 1000011 110011

Color Harmonies of #D63065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63065

Black with #D63065

Text Example


Text Example

White with #D63065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63065; }

 p { color: rgb(214,48,101); }

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

background-color css

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

 a { background-color: rgb(214,48,101); }

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

border-color css

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

 span { border-color: rgb(214,48,101); }

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