Html Css Color HEX #D63661 Cerise

📋 copy color: '#D63661'

red 214 ◦ green 54 ◦ blue 97

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

Shades of Cerise #D63661

Tints of Cerise #D63661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 58.63%
G = 14.79%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D63661 (or 0xD63661) is known color: Cerise. HEX triplet: D6, 36 and 61. RGB value is (214,54,97). Sum of RGB (Red+Green+Blue) = 214+54+97=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D63661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63661 is #29C99E. Grayscale: #6A6A6A. Windows color (decimal): -2738591 or 6371030. OLE color: 6371030.

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

Color convert

RGB 214 54 97 -
CMYK 0 0.75 0.55 0.16
HSL 343.88º 0.66% 0.53% -
HSV(B) 343.88º 0.75% 0.84% -
XYZ 31.21 17.8 13.1 -
YUV 106.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 214 54 97 0 0.75 0.55 0.16 343.88 0.66 0.53
Hex D6 36 61 0 4B 37 10 158 42 35
Octal 326 66 141 0 113 67 20 530 102 65
Binary 11010110 110110 1100001 0 1001011 110111 10000 101011000 1000010 110101

Color Harmonies of #D63661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63661

Black with #D63661

Text Example


Text Example

White with #D63661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63661; }

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

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

background-color css

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

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

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

border-color css

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

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

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