Html Css Color HEX #D2348F Deep Cerise

📋 copy color: '#D2348F'

red 210 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #D2348F

Tints of Deep Cerise #D2348F

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 51.85%
G = 12.84%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2348F (or 0xD2348F) is known color: Deep Cerise. HEX triplet: D2, 34 and 8F. RGB value is (210,52,143). Sum of RGB (Red+Green+Blue) = 210+52+143=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2348F is #2DCB70. Grayscale: #6D6D6D. Windows color (decimal): -3001201 or 9385170. OLE color: 9385170.

HSL color Cylindrical-coordinate representation of color #D2348F: hue angle of 325.44º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2348F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 143 -
CMYK 0 0.75 0.32 0.18
HSL 325.44º 0.64% 0.51% -
HSV(B) 325.44º 0.75% 0.82% -
XYZ 32.76 18.14 27.76 -
YUV 109.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 210 52 143 0 0.75 0.32 0.18 325.44 0.64 0.51
Hex D2 34 8F 0 4B 20 12 145 40 33
Octal 322 64 217 0 113 40 22 505 100 63
Binary 11010010 110100 10001111 0 1001011 100000 10010 101000101 1000000 110011

Color Harmonies of #D2348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2348F

Black with #D2348F

Text Example


Text Example

White with #D2348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2348F; }

 p { color: rgb(210,52,143); }

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

background-color css

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

 a { background-color: rgb(210,52,143); }

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

border-color css

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

 span { border-color: rgb(210,52,143); }

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