Html Css Color HEX #D7338C Deep Cerise

📋 copy color: '#D7338C'

red 215 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #D7338C

Tints of Deep Cerise #D7338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 52.96%
G = 12.56%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7338C (or 0xD7338C) is known color: Deep Cerise. HEX triplet: D7, 33 and 8C. RGB value is (215,51,140). Sum of RGB (Red+Green+Blue) = 215+51+140=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7338C is #28CC73. Grayscale: #6D6D6D. Windows color (decimal): -2673780 or 9188311. OLE color: 9188311.

HSL color Cylindrical-coordinate representation of color #D7338C: hue angle of 327.44º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7338C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 140 -
CMYK 0 0.76 0.35 0.16
HSL 327.44º 0.67% 0.52% -
HSV(B) 327.44º 0.76% 0.84% -
XYZ 33.94 18.71 26.63 -
YUV 110.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 215 51 140 0 0.76 0.35 0.16 327.44 0.67 0.52
Hex D7 33 8C 0 4C 23 10 147 43 34
Octal 327 63 214 0 114 43 20 507 103 64
Binary 11010111 110011 10001100 0 1001100 100011 10000 101000111 1000011 110100

Color Harmonies of #D7338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7338C

Black with #D7338C

Text Example


Text Example

White with #D7338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7338C; }

 p { color: rgb(215,51,140); }

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

background-color css

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

 a { background-color: rgb(215,51,140); }

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

border-color css

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

 span { border-color: rgb(215,51,140); }

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