Html Css Color HEX #D63461 Cerise

📋 copy color: '#D63461'

red 214 ◦ green 52 ◦ blue 97

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

Shades of Cerise #D63461

Tints of Cerise #D63461

RGB

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

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

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

R = 58.95%
G = 14.33%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63461 (or 0xD63461) is known color: Cerise. HEX triplet: D6, 34 and 61. RGB value is (214,52,97). Sum of RGB (Red+Green+Blue) = 214+52+97=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D63461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63461 is #29CB9E. Grayscale: #696969. Windows color (decimal): -2739103 or 6370518. OLE color: 6370518.

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

Color convert

RGB 214 52 97 -
CMYK 0 0.76 0.55 0.16
HSL 343.33º 0.66% 0.52% -
HSV(B) 343.33º 0.76% 0.84% -
XYZ 31.12 17.62 13.07 -
YUV 105.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 214 52 97 0 0.76 0.55 0.16 343.33 0.66 0.52
Hex D6 34 61 0 4C 37 10 157 42 34
Octal 326 64 141 0 114 67 20 527 102 64
Binary 11010110 110100 1100001 0 1001100 110111 10000 101010111 1000010 110100

Color Harmonies of #D63461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63461

Black with #D63461

Text Example


Text Example

White with #D63461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63461; }

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

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

background-color css

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

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

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

border-color css

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

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

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