Html Css Color HEX #D74182 Deep Cerise

📋 copy color: '#D74182'

red 215 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D74182

Tints of Deep Cerise #D74182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 52.44%
G = 15.85%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74182 (or 0xD74182) is known color: Deep Cerise. HEX triplet: D7, 41 and 82. RGB value is (215,65,130). Sum of RGB (Red+Green+Blue) = 215+65+130=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D74182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74182 is #28BE7D. Grayscale: #757575. Windows color (decimal): -2670206 or 8536535. OLE color: 8536535.

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

Color convert

RGB 215 65 130 -
CMYK 0 0.70 0.40 0.16
HSL 334º 0.65% 0.55% -
HSV(B) 334º 0.7% 0.84% -
XYZ 33.94 19.84 23.16 -
YUV 117.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 215 65 130 0 0.70 0.40 0.16 334 0.65 0.55
Hex D7 41 82 0 46 28 10 14E 41 37
Octal 327 101 202 0 106 50 20 516 101 67
Binary 11010111 1000001 10000010 0 1000110 101000 10000 101001110 1000001 110111

Color Harmonies of #D74182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74182

Black with #D74182

Text Example


Text Example

White with #D74182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74182; }

 p { color: rgb(215,65,130); }

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

background-color css

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

 a { background-color: rgb(215,65,130); }

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

border-color css

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

 span { border-color: rgb(215,65,130); }

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