Html Css Color HEX #D63D6A Cerise

📋 copy color: '#D63D6A'

red 214 ◦ green 61 ◦ blue 106

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

Shades of Cerise #D63D6A

Tints of Cerise #D63D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 56.17%
G = 16.01%
B = 27.82%

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

#D63D6A (or 0xD63D6A) is known color: Cerise. HEX triplet: D6, 3D and 6A. RGB value is (214,61,106). Sum of RGB (Red+Green+Blue) = 214+61+106=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D6A is #29C295. Grayscale: #6F6F6F. Windows color (decimal): -2736790 or 6962646. OLE color: 6962646.

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

Color convert

RGB 214 61 106 -
CMYK 0 0.71 0.50 0.16
HSL 342.35º 0.65% 0.54% -
HSV(B) 342.35º 0.71% 0.84% -
XYZ 32 18.67 15.55 -
YUV 111.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 214 61 106 0 0.71 0.50 0.16 342.35 0.65 0.54
Hex D6 3D 6A 0 47 32 10 156 41 36
Octal 326 75 152 0 107 62 20 526 101 66
Binary 11010110 111101 1101010 0 1000111 110010 10000 101010110 1000001 110110

Color Harmonies of #D63D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D6A

Black with #D63D6A

Text Example


Text Example

White with #D63D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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