Html Css Color HEX #D63D5B Cerise

📋 copy color: '#D63D5B'

red 214 ◦ green 61 ◦ blue 91

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

Shades of Cerise #D63D5B

Tints of Cerise #D63D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 58.47%
G = 16.67%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D63D5B (or 0xD63D5B) is known color: Cerise. HEX triplet: D6, 3D and 5B. RGB value is (214,61,91). Sum of RGB (Red+Green+Blue) = 214+61+91=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D5B is #29C2A4. Grayscale: #6E6E6E. Windows color (decimal): -2736805 or 5979606. OLE color: 5979606.

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

Color convert

RGB 214 61 91 -
CMYK 0 0.71 0.57 0.16
HSL 348.24º 0.65% 0.54% -
HSV(B) 348.24º 0.71% 0.84% -
XYZ 31.29 18.39 11.8 -
YUV 110.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 214 61 91 0 0.71 0.57 0.16 348.24 0.65 0.54
Hex D6 3D 5B 0 47 39 10 15C 41 36
Octal 326 75 133 0 107 71 20 534 101 66
Binary 11010110 111101 1011011 0 1000111 111001 10000 101011100 1000001 110110

Color Harmonies of #D63D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D5B

Black with #D63D5B

Text Example


Text Example

White with #D63D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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