Html Css Color HEX #D23A6C Cerise

📋 copy color: '#D23A6C'

red 210 ◦ green 58 ◦ blue 108

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

Shades of Cerise #D23A6C

Tints of Cerise #D23A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 55.85%
G = 15.43%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D23A6C (or 0xD23A6C) is known color: Cerise. HEX triplet: D2, 3A and 6C. RGB value is (210,58,108). Sum of RGB (Red+Green+Blue) = 210+58+108=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A6C is #2DC593. Grayscale: #6D6D6D. Windows color (decimal): -2999700 or 7092946. OLE color: 7092946.

HSL color Cylindrical-coordinate representation of color #D23A6C: hue angle of 340.26º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A6C is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 108 -
CMYK 0 0.72 0.49 0.18
HSL 340.26º 0.63% 0.53% -
HSV(B) 340.26º 0.72% 0.82% -
XYZ 30.8 17.81 16 -
YUV 109.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 210 58 108 0 0.72 0.49 0.18 340.26 0.63 0.53
Hex D2 3A 6C 0 48 31 12 154 3F 35
Octal 322 72 154 0 110 61 22 524 77 65
Binary 11010010 111010 1101100 0 1001000 110001 10010 101010100 111111 110101

Color Harmonies of #D23A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A6C

Black with #D23A6C

Text Example


Text Example

White with #D23A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A6C; }

 p { color: rgb(210,58,108); }

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

background-color css

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

 a { background-color: rgb(210,58,108); }

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

border-color css

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

 span { border-color: rgb(210,58,108); }

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