Html Css Color HEX #D63061 Cerise

📋 copy color: '#D63061'

red 214 ◦ green 48 ◦ blue 97

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

Shades of Cerise #D63061

Tints of Cerise #D63061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 59.61%
G = 13.37%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63061 (or 0xD63061) is known color: Cerise. HEX triplet: D6, 30 and 61. RGB value is (214,48,97). Sum of RGB (Red+Green+Blue) = 214+48+97=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D63061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63061 is #29CF9E. Grayscale: #676767. Windows color (decimal): -2740127 or 6369494. OLE color: 6369494.

HSL color Cylindrical-coordinate representation of color #D63061: hue angle of 342.29º 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 #D63061 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 97 -
CMYK 0 0.78 0.55 0.16
HSL 342.29º 0.67% 0.51% -
HSV(B) 342.29º 0.78% 0.84% -
XYZ 30.95 17.27 13.01 -
YUV 103.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 214 48 97 0 0.78 0.55 0.16 342.29 0.67 0.51
Hex D6 30 61 0 4E 37 10 156 43 33
Octal 326 60 141 0 116 67 20 526 103 63
Binary 11010110 110000 1100001 0 1001110 110111 10000 101010110 1000011 110011

Color Harmonies of #D63061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63061

Black with #D63061

Text Example


Text Example

White with #D63061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63061; }

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

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

background-color css

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

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

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

border-color css

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

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

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