Html Css Color HEX #D23474 Deep Cerise

📋 copy color: '#D23474'

red 210 ◦ green 52 ◦ blue 116

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

Shades of Deep Cerise #D23474

Tints of Deep Cerise #D23474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 55.56%
G = 13.76%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D23474 (or 0xD23474) is known color: Deep Cerise. HEX triplet: D2, 34 and 74. RGB value is (210,52,116). Sum of RGB (Red+Green+Blue) = 210+52+116=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D23474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23474 is #2DCB8B. Grayscale: #6A6A6A. Windows color (decimal): -3001228 or 7615698. OLE color: 7615698.

HSL color Cylindrical-coordinate representation of color #D23474: hue angle of 335.7º 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 #D23474 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 116 -
CMYK 0 0.75 0.45 0.18
HSL 335.7º 0.64% 0.51% -
HSV(B) 335.7º 0.75% 0.82% -
XYZ 30.96 17.42 18.25 -
YUV 106.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 210 52 116 0 0.75 0.45 0.18 335.7 0.64 0.51
Hex D2 34 74 0 4B 2D 12 150 40 33
Octal 322 64 164 0 113 55 22 520 100 63
Binary 11010010 110100 1110100 0 1001011 101101 10010 101010000 1000000 110011

Color Harmonies of #D23474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23474

Black with #D23474

Text Example


Text Example

White with #D23474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23474; }

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

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

background-color css

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

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

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

border-color css

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

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

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