Html Css Color HEX #D63261 Cerise

📋 copy color: '#D63261'

red 214 ◦ green 50 ◦ blue 97

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

Shades of Cerise #D63261

Tints of Cerise #D63261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 59.28%
G = 13.85%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63261 (or 0xD63261) is known color: Cerise. HEX triplet: D6, 32 and 61. RGB value is (214,50,97). Sum of RGB (Red+Green+Blue) = 214+50+97=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D63261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63261 is #29CD9E. Grayscale: #686868. Windows color (decimal): -2739615 or 6370006. OLE color: 6370006.

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

Color convert

RGB 214 50 97 -
CMYK 0 0.77 0.55 0.16
HSL 342.8º 0.67% 0.52% -
HSV(B) 342.8º 0.77% 0.84% -
XYZ 31.03 17.44 13.04 -
YUV 104.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 214 50 97 0 0.77 0.55 0.16 342.8 0.67 0.52
Hex D6 32 61 0 4D 37 10 157 43 34
Octal 326 62 141 0 115 67 20 527 103 64
Binary 11010110 110010 1100001 0 1001101 110111 10000 101010111 1000011 110100

Color Harmonies of #D63261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63261

Black with #D63261

Text Example


Text Example

White with #D63261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63261; }

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

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

background-color css

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

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

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

border-color css

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

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

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