Html Css Color HEX #D7308A Deep Cerise

📋 copy color: '#D7308A'

red 215 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #D7308A

Tints of Deep Cerise #D7308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 53.62%
G = 11.97%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7308A (or 0xD7308A) is known color: Deep Cerise. HEX triplet: D7, 30 and 8A. RGB value is (215,48,138). Sum of RGB (Red+Green+Blue) = 215+48+138=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D7308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7308A is #28CF75. Grayscale: #6C6C6C. Windows color (decimal): -2674550 or 9056471. OLE color: 9056471.

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

Color convert

RGB 215 48 138 -
CMYK 0 0.78 0.36 0.16
HSL 327.66º 0.68% 0.52% -
HSV(B) 327.66º 0.78% 0.84% -
XYZ 33.67 18.4 25.82 -
YUV 108.19 144.83 204.18 -
System Red Green Blue C M Y K H S L
Decimal 215 48 138 0 0.78 0.36 0.16 327.66 0.68 0.52
Hex D7 30 8A 0 4E 24 10 148 44 34
Octal 327 60 212 0 116 44 20 510 104 64
Binary 11010111 110000 10001010 0 1001110 100100 10000 101001000 1000100 110100

Color Harmonies of #D7308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7308A

Black with #D7308A

Text Example


Text Example

White with #D7308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7308A; }

 p { color: rgb(215,48,138); }

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

background-color css

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

 a { background-color: rgb(215,48,138); }

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

border-color css

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

 span { border-color: rgb(215,48,138); }

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