Html Css Color HEX #D74085 Deep Cerise

📋 copy color: '#D74085'

red 215 ◦ green 64 ◦ blue 133

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

Shades of Deep Cerise #D74085

Tints of Deep Cerise #D74085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 52.18%
G = 15.53%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74085 (or 0xD74085) is known color: Deep Cerise. HEX triplet: D7, 40 and 85. RGB value is (215,64,133). Sum of RGB (Red+Green+Blue) = 215+64+133=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D74085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74085 is #28BF7A. Grayscale: #747474. Windows color (decimal): -2670459 or 8732887. OLE color: 8732887.

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

Color convert

RGB 215 64 133 -
CMYK 0 0.70 0.38 0.16
HSL 332.58º 0.65% 0.55% -
HSV(B) 332.58º 0.7% 0.84% -
XYZ 34.09 19.81 24.22 -
YUV 117.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 215 64 133 0 0.70 0.38 0.16 332.58 0.65 0.55
Hex D7 40 85 0 46 26 10 14D 41 37
Octal 327 100 205 0 106 46 20 515 101 67
Binary 11010111 1000000 10000101 0 1000110 100110 10000 101001101 1000001 110111

Color Harmonies of #D74085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74085

Black with #D74085

Text Example


Text Example

White with #D74085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74085; }

 p { color: rgb(215,64,133); }

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

background-color css

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

 a { background-color: rgb(215,64,133); }

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

border-color css

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

 span { border-color: rgb(215,64,133); }

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