Html Css Color HEX #D63272 Cerise

📋 copy color: '#D63272'

red 214 ◦ green 50 ◦ blue 114

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

Shades of Cerise #D63272

Tints of Cerise #D63272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 56.61%
G = 13.23%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D63272 (or 0xD63272) is known color: Cerise. HEX triplet: D6, 32 and 72. RGB value is (214,50,114). Sum of RGB (Red+Green+Blue) = 214+50+114=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D63272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63272 is #29CD8D. Grayscale: #6A6A6A. Windows color (decimal): -2739598 or 7484118. OLE color: 7484118.

HSL color Cylindrical-coordinate representation of color #D63272: hue angle of 336.59º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63272 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 114 -
CMYK 0 0.77 0.47 0.16
HSL 336.59º 0.67% 0.52% -
HSV(B) 336.59º 0.77% 0.84% -
XYZ 31.91 17.79 17.67 -
YUV 106.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 214 50 114 0 0.77 0.47 0.16 336.59 0.67 0.52
Hex D6 32 72 0 4D 2F 10 151 43 34
Octal 326 62 162 0 115 57 20 521 103 64
Binary 11010110 110010 1110010 0 1001101 101111 10000 101010001 1000011 110100

Color Harmonies of #D63272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63272

Black with #D63272

Text Example


Text Example

White with #D63272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63272; }

 p { color: rgb(214,50,114); }

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

background-color css

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

 a { background-color: rgb(214,50,114); }

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

border-color css

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

 span { border-color: rgb(214,50,114); }

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