Html Css Color HEX #D7308B Deep Cerise

📋 copy color: '#D7308B'

red 215 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #D7308B

Tints of Deep Cerise #D7308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 53.48%
G = 11.94%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7308B (or 0xD7308B) is known color: Deep Cerise. HEX triplet: D7, 30 and 8B. RGB value is (215,48,139). Sum of RGB (Red+Green+Blue) = 215+48+139=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7308B is #28CF74. Grayscale: #6C6C6C. Windows color (decimal): -2674549 or 9122007. OLE color: 9122007.

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

Color convert

RGB 215 48 139 -
CMYK 0 0.78 0.35 0.16
HSL 327.31º 0.68% 0.52% -
HSV(B) 327.31º 0.78% 0.84% -
XYZ 33.74 18.43 26.2 -
YUV 108.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 215 48 139 0 0.78 0.35 0.16 327.31 0.68 0.52
Hex D7 30 8B 0 4E 23 10 147 44 34
Octal 327 60 213 0 116 43 20 507 104 64
Binary 11010111 110000 10001011 0 1001110 100011 10000 101000111 1000100 110100

Color Harmonies of #D7308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7308B

Black with #D7308B

Text Example


Text Example

White with #D7308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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