Html Css Color HEX #D63674 Cerise

📋 copy color: '#D63674'

red 214 ◦ green 54 ◦ blue 116

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

Shades of Cerise #D63674

Tints of Cerise #D63674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

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

R = 55.73%
G = 14.06%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D63674 (or 0xD63674) is known color: Cerise. HEX triplet: D6, 36 and 74. RGB value is (214,54,116). Sum of RGB (Red+Green+Blue) = 214+54+116=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D63674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63674 is #29C98B. Grayscale: #6C6C6C. Windows color (decimal): -2738572 or 7616214. OLE color: 7616214.

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

Color convert

RGB 214 54 116 -
CMYK 0 0.75 0.46 0.16
HSL 336.75º 0.66% 0.53% -
HSV(B) 336.75º 0.75% 0.84% -
XYZ 32.2 18.2 18.34 -
YUV 108.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 214 54 116 0 0.75 0.46 0.16 336.75 0.66 0.53
Hex D6 36 74 0 4B 2E 10 151 42 35
Octal 326 66 164 0 113 56 20 521 102 65
Binary 11010110 110110 1110100 0 1001011 101110 10000 101010001 1000010 110101

Color Harmonies of #D63674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63674

Black with #D63674

Text Example


Text Example

White with #D63674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63674; }

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

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

background-color css

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

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

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

border-color css

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

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

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