Html Css Color HEX #D62272 Cerise

📋 copy color: '#D62272'

red 214 ◦ green 34 ◦ blue 114

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

Shades of Cerise #D62272

Tints of Cerise #D62272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.39%

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

R = 59.12%
G = 9.39%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D62272 (or 0xD62272) is known color: Cerise. HEX triplet: D6, 22 and 72. RGB value is (214,34,114). Sum of RGB (Red+Green+Blue) = 214+34+114=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D62272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62272 is #29DD8D. Grayscale: #606060. Windows color (decimal): -2743694 or 7480022. OLE color: 7480022.

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

Color convert

RGB 214 34 114 -
CMYK 0 0.84 0.47 0.16
HSL 333.33º 0.73% 0.49% -
HSV(B) 333.33º 0.84% 0.84% -
XYZ 31.34 16.66 17.48 -
YUV 96.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 214 34 114 0 0.84 0.47 0.16 333.33 0.73 0.49
Hex D6 22 72 0 54 2F 10 14D 49 31
Octal 326 42 162 0 124 57 20 515 111 61
Binary 11010110 100010 1110010 0 1010100 101111 10000 101001101 1001001 110001

Color Harmonies of #D62272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62272

Black with #D62272

Text Example


Text Example

White with #D62272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62272; }

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

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

background-color css

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

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

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

border-color css

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

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

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