Html Css Color HEX #D7348B Deep Cerise

📋 copy color: '#D7348B'

red 215 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #D7348B

Tints of Deep Cerise #D7348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.81%

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

R = 52.96%
G = 12.81%
B = 34.24%

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

#D7348B (or 0xD7348B) is known color: Deep Cerise. HEX triplet: D7, 34 and 8B. RGB value is (215,52,139). Sum of RGB (Red+Green+Blue) = 215+52+139=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7348B is #28CB74. Grayscale: #6E6E6E. Windows color (decimal): -2673525 or 9123031. OLE color: 9123031.

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

Color convert

RGB 215 52 139 -
CMYK 0 0.76 0.35 0.16
HSL 327.98º 0.67% 0.52% -
HSV(B) 327.98º 0.76% 0.84% -
XYZ 33.91 18.77 26.26 -
YUV 110.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 215 52 139 0 0.76 0.35 0.16 327.98 0.67 0.52
Hex D7 34 8B 0 4C 23 10 148 43 34
Octal 327 64 213 0 114 43 20 510 103 64
Binary 11010111 110100 10001011 0 1001100 100011 10000 101001000 1000011 110100

Color Harmonies of #D7348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7348B

Black with #D7348B

Text Example


Text Example

White with #D7348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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