Html Css Color HEX #D64263 Cerise

📋 copy color: '#D64263'

red 214 ◦ green 66 ◦ blue 99

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

Shades of Cerise #D64263

Tints of Cerise #D64263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 56.46%
G = 17.41%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D64263 (or 0xD64263) is known color: Cerise. HEX triplet: D6, 42 and 63. RGB value is (214,66,99). Sum of RGB (Red+Green+Blue) = 214+66+99=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D64263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64263 is #29BD9C. Grayscale: #727272. Windows color (decimal): -2735517 or 6505174. OLE color: 6505174.

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

Color convert

RGB 214 66 99 -
CMYK 0 0.69 0.54 0.16
HSL 346.62º 0.64% 0.55% -
HSV(B) 346.62º 0.69% 0.84% -
XYZ 31.93 19.09 13.81 -
YUV 114.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 214 66 99 0 0.69 0.54 0.16 346.62 0.64 0.55
Hex D6 42 63 0 45 36 10 15B 40 37
Octal 326 102 143 0 105 66 20 533 100 67
Binary 11010110 1000010 1100011 0 1000101 110110 10000 101011011 1000000 110111

Color Harmonies of #D64263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64263

Black with #D64263

Text Example


Text Example

White with #D64263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64263; }

 p { color: rgb(214,66,99); }

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

background-color css

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

 a { background-color: rgb(214,66,99); }

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

border-color css

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

 span { border-color: rgb(214,66,99); }

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