Html Css Color HEX #D74282 Deep Cerise

📋 copy color: '#D74282'

red 215 ◦ green 66 ◦ blue 130

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

Shades of Deep Cerise #D74282

Tints of Deep Cerise #D74282

RGB

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

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

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

R = 52.31%
G = 16.06%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D74282 (or 0xD74282) is known color: Deep Cerise. HEX triplet: D7, 42 and 82. RGB value is (215,66,130). Sum of RGB (Red+Green+Blue) = 215+66+130=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D74282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74282 is #28BD7D. Grayscale: #757575. Windows color (decimal): -2669950 or 8536791. OLE color: 8536791.

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

Color convert

RGB 215 66 130 -
CMYK 0 0.69 0.40 0.16
HSL 334.23º 0.65% 0.55% -
HSV(B) 334.23º 0.69% 0.84% -
XYZ 34 19.96 23.18 -
YUV 117.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 215 66 130 0 0.69 0.40 0.16 334.23 0.65 0.55
Hex D7 42 82 0 45 28 10 14E 41 37
Octal 327 102 202 0 105 50 20 516 101 67
Binary 11010111 1000010 10000010 0 1000101 101000 10000 101001110 1000001 110111

Color Harmonies of #D74282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74282

Black with #D74282

Text Example


Text Example

White with #D74282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74282; }

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

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

background-color css

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

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

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

border-color css

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

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

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