Html Css Color HEX #D63D6B Cerise

📋 copy color: '#D63D6B'

red 214 ◦ green 61 ◦ blue 107

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

Shades of Cerise #D63D6B

Tints of Cerise #D63D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 56.02%
G = 15.97%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D63D6B (or 0xD63D6B) is known color: Cerise. HEX triplet: D6, 3D and 6B. RGB value is (214,61,107). Sum of RGB (Red+Green+Blue) = 214+61+107=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D6B is #29C294. Grayscale: #6F6F6F. Windows color (decimal): -2736789 or 7028182. OLE color: 7028182.

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

Color convert

RGB 214 61 107 -
CMYK 0 0.71 0.50 0.16
HSL 341.96º 0.65% 0.54% -
HSV(B) 341.96º 0.71% 0.84% -
XYZ 32.05 18.7 15.83 -
YUV 111.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 214 61 107 0 0.71 0.50 0.16 341.96 0.65 0.54
Hex D6 3D 6B 0 47 32 10 156 41 36
Octal 326 75 153 0 107 62 20 526 101 66
Binary 11010110 111101 1101011 0 1000111 110010 10000 101010110 1000001 110110

Color Harmonies of #D63D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D6B

Black with #D63D6B

Text Example


Text Example

White with #D63D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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