Html Css Color HEX #D63265 Cerise

📋 copy color: '#D63265'

red 214 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D63265

Tints of Cerise #D63265

RGB

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

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

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

R = 58.63%
G = 13.7%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D63265 (or 0xD63265) is known color: Cerise. HEX triplet: D6, 32 and 65. RGB value is (214,50,101). Sum of RGB (Red+Green+Blue) = 214+50+101=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D63265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63265 is #29CD9A. Grayscale: #686868. Windows color (decimal): -2739611 or 6632150. OLE color: 6632150.

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

Color convert

RGB 214 50 101 -
CMYK 0 0.77 0.53 0.16
HSL 341.34º 0.67% 0.52% -
HSV(B) 341.34º 0.77% 0.84% -
XYZ 31.22 17.52 14.05 -
YUV 104.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 214 50 101 0 0.77 0.53 0.16 341.34 0.67 0.52
Hex D6 32 65 0 4D 35 10 155 43 34
Octal 326 62 145 0 115 65 20 525 103 64
Binary 11010110 110010 1100101 0 1001101 110101 10000 101010101 1000011 110100

Color Harmonies of #D63265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63265

Black with #D63265

Text Example


Text Example

White with #D63265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63265; }

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

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

background-color css

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

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

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

border-color css

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

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

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