Html Css Color HEX #D63A74 Cerise

📋 copy color: '#D63A74'

red 214 ◦ green 58 ◦ blue 116

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

Shades of Cerise #D63A74

Tints of Cerise #D63A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 55.15%
G = 14.95%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D63A74 (or 0xD63A74) is known color: Cerise. HEX triplet: D6, 3A and 74. RGB value is (214,58,116). Sum of RGB (Red+Green+Blue) = 214+58+116=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A74 is #29C58B. Grayscale: #6F6F6F. Windows color (decimal): -2737548 or 7617238. OLE color: 7617238.

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

Color convert

RGB 214 58 116 -
CMYK 0 0.73 0.46 0.16
HSL 337.69º 0.66% 0.53% -
HSV(B) 337.69º 0.73% 0.84% -
XYZ 32.4 18.58 18.4 -
YUV 111.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 214 58 116 0 0.73 0.46 0.16 337.69 0.66 0.53
Hex D6 3A 74 0 49 2E 10 152 42 35
Octal 326 72 164 0 111 56 20 522 102 65
Binary 11010110 111010 1110100 0 1001001 101110 10000 101010010 1000010 110101

Color Harmonies of #D63A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A74

Black with #D63A74

Text Example


Text Example

White with #D63A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A74; }

 p { color: rgb(214,58,116); }

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

background-color css

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

 a { background-color: rgb(214,58,116); }

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

border-color css

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

 span { border-color: rgb(214,58,116); }

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