Html Css Color HEX #D62275 Deep Cerise

📋 copy color: '#D62275'

red 214 ◦ green 34 ◦ blue 117

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

Shades of Deep Cerise #D62275

Tints of Deep Cerise #D62275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 58.63%
G = 9.32%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62275 (or 0xD62275) is known color: Deep Cerise. HEX triplet: D6, 22 and 75. RGB value is (214,34,117). Sum of RGB (Red+Green+Blue) = 214+34+117=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62275 is #29DD8A. Grayscale: #616161. Windows color (decimal): -2743691 or 7676630. OLE color: 7676630.

HSL color Cylindrical-coordinate representation of color #D62275: hue angle of 332.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 #D62275 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 117 -
CMYK 0 0.84 0.45 0.16
HSL 332.33º 0.73% 0.49% -
HSV(B) 332.33º 0.84% 0.84% -
XYZ 31.51 16.72 18.4 -
YUV 97.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 214 34 117 0 0.84 0.45 0.16 332.33 0.73 0.49
Hex D6 22 75 0 54 2D 10 14C 49 31
Octal 326 42 165 0 124 55 20 514 111 61
Binary 11010110 100010 1110101 0 1010100 101101 10000 101001100 1001001 110001

Color Harmonies of #D62275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62275

Black with #D62275

Text Example


Text Example

White with #D62275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62275; }

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

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

background-color css

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

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

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

border-color css

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

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

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