Html Css Color HEX #D63D64 Cerise

📋 copy color: '#D63D64'

red 214 ◦ green 61 ◦ blue 100

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

Shades of Cerise #D63D64

Tints of Cerise #D63D64

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 57.07%
G = 16.27%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D63D64 (or 0xD63D64) is known color: Cerise. HEX triplet: D6, 3D and 64. RGB value is (214,61,100). Sum of RGB (Red+Green+Blue) = 214+61+100=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D64 is #29C29B. Grayscale: #6F6F6F. Windows color (decimal): -2736796 or 6569430. OLE color: 6569430.

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

Color convert

RGB 214 61 100 -
CMYK 0 0.71 0.53 0.16
HSL 344.71º 0.65% 0.54% -
HSV(B) 344.71º 0.71% 0.84% -
XYZ 31.7 18.55 13.97 -
YUV 111.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 214 61 100 0 0.71 0.53 0.16 344.71 0.65 0.54
Hex D6 3D 64 0 47 35 10 159 41 36
Octal 326 75 144 0 107 65 20 531 101 66
Binary 11010110 111101 1100100 0 1000111 110101 10000 101011001 1000001 110110

Color Harmonies of #D63D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D64

Black with #D63D64

Text Example


Text Example

White with #D63D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D64; }

 p { color: rgb(214,61,100); }

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

background-color css

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

 a { background-color: rgb(214,61,100); }

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

border-color css

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

 span { border-color: rgb(214,61,100); }

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