Html Css Color HEX #D2346A Cerise

📋 copy color: '#D2346A'

red 210 ◦ green 52 ◦ blue 106

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

Shades of Cerise #D2346A

Tints of Cerise #D2346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 57.07%
G = 14.13%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2346A (or 0xD2346A) is known color: Cerise. HEX triplet: D2, 34 and 6A. RGB value is (210,52,106). Sum of RGB (Red+Green+Blue) = 210+52+106=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2346A is #2DCB95. Grayscale: #696969. Windows color (decimal): -3001238 or 6960338. OLE color: 6960338.

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

Color convert

RGB 210 52 106 -
CMYK 0 0.75 0.50 0.18
HSL 339.49º 0.64% 0.51% -
HSV(B) 339.49º 0.75% 0.82% -
XYZ 30.41 17.2 15.35 -
YUV 105.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 210 52 106 0 0.75 0.50 0.18 339.49 0.64 0.51
Hex D2 34 6A 0 4B 32 12 153 40 33
Octal 322 64 152 0 113 62 22 523 100 63
Binary 11010010 110100 1101010 0 1001011 110010 10010 101010011 1000000 110011

Color Harmonies of #D2346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2346A

Black with #D2346A

Text Example


Text Example

White with #D2346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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