Html Css Color HEX #D63270 Cerise

📋 copy color: '#D63270'

red 214 ◦ green 50 ◦ blue 112

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

Shades of Cerise #D63270

Tints of Cerise #D63270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 56.91%
G = 13.3%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D63270 (or 0xD63270) is known color: Cerise. HEX triplet: D6, 32 and 70. RGB value is (214,50,112). Sum of RGB (Red+Green+Blue) = 214+50+112=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D63270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63270 is #29CD8F. Grayscale: #6A6A6A. Windows color (decimal): -2739600 or 7353046. OLE color: 7353046.

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

Color convert

RGB 214 50 112 -
CMYK 0 0.77 0.48 0.16
HSL 337.32º 0.67% 0.52% -
HSV(B) 337.32º 0.77% 0.84% -
XYZ 31.8 17.75 17.08 -
YUV 106.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 214 50 112 0 0.77 0.48 0.16 337.32 0.67 0.52
Hex D6 32 70 0 4D 30 10 151 43 34
Octal 326 62 160 0 115 60 20 521 103 64
Binary 11010110 110010 1110000 0 1001101 110000 10000 101010001 1000011 110100

Color Harmonies of #D63270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63270

Black with #D63270

Text Example


Text Example

White with #D63270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63270; }

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

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

background-color css

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

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

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

border-color css

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

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

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