Html Css Color HEX #D74485 Deep Cerise

📋 copy color: '#D74485'

red 215 ◦ green 68 ◦ blue 133

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

Shades of Deep Cerise #D74485

Tints of Deep Cerise #D74485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.35%

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

R = 51.68%
G = 16.35%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74485 (or 0xD74485) is known color: Deep Cerise. HEX triplet: D7, 44 and 85. RGB value is (215,68,133). Sum of RGB (Red+Green+Blue) = 215+68+133=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D74485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74485 is #28BB7A. Grayscale: #777777. Windows color (decimal): -2669435 or 8733911. OLE color: 8733911.

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

Color convert

RGB 215 68 133 -
CMYK 0 0.68 0.38 0.16
HSL 333.47º 0.65% 0.55% -
HSV(B) 333.47º 0.68% 0.84% -
XYZ 34.33 20.27 24.29 -
YUV 119.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 215 68 133 0 0.68 0.38 0.16 333.47 0.65 0.55
Hex D7 44 85 0 44 26 10 14D 41 37
Octal 327 104 205 0 104 46 20 515 101 67
Binary 11010111 1000100 10000101 0 1000100 100110 10000 101001101 1000001 110111

Color Harmonies of #D74485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74485

Black with #D74485

Text Example


Text Example

White with #D74485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74485; }

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

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

background-color css

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

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

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

border-color css

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

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

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