Html Css Color HEX #D74291 Deep Cerise

📋 copy color: '#D74291'

red 215 ◦ green 66 ◦ blue 145

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

Shades of Deep Cerise #D74291

Tints of Deep Cerise #D74291

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

 GREEN value IS 66 (26.17% from 255) = 15.49%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 50.47%
G = 15.49%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D74291 (or 0xD74291) is known color: Deep Cerise. HEX triplet: D7, 42 and 91. RGB value is (215,66,145). Sum of RGB (Red+Green+Blue) = 215+66+145=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D74291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74291 is #28BD6E. Grayscale: #777777. Windows color (decimal): -2669935 or 9519831. OLE color: 9519831.

HSL color Cylindrical-coordinate representation of color #D74291: hue angle of 328.19º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74291 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 145 -
CMYK 0 0.69 0.33 0.16
HSL 328.19º 0.65% 0.55% -
HSV(B) 328.19º 0.69% 0.84% -
XYZ 35.08 20.39 28.87 -
YUV 119.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 215 66 145 0 0.69 0.33 0.16 328.19 0.65 0.55
Hex D7 42 91 0 45 21 10 148 41 37
Octal 327 102 221 0 105 41 20 510 101 67
Binary 11010111 1000010 10010001 0 1000101 100001 10000 101001000 1000001 110111

Color Harmonies of #D74291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74291

Black with #D74291

Text Example


Text Example

White with #D74291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74291; }

 p { color: rgb(215,66,145); }

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

background-color css

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

 a { background-color: rgb(215,66,145); }

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

border-color css

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

 span { border-color: rgb(215,66,145); }

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