Html Css Color HEX #D3246C Cerise

📋 copy color: '#D3246C'

red 211 ◦ green 36 ◦ blue 108

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

Shades of Cerise #D3246C

Tints of Cerise #D3246C

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 59.44%
G = 10.14%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3246C (or 0xD3246C) is known color: Cerise. HEX triplet: D3, 24 and 6C. RGB value is (211,36,108). Sum of RGB (Red+Green+Blue) = 211+36+108=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3246C is #2CDB93. Grayscale: #606060. Windows color (decimal): -2939796 or 7087315. OLE color: 7087315.

HSL color Cylindrical-coordinate representation of color #D3246C: hue angle of 335.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3246C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 108 -
CMYK 0 0.83 0.49 0.17
HSL 335.31º 0.71% 0.48% -
HSV(B) 335.31º 0.83% 0.83% -
XYZ 30.2 16.19 15.72 -
YUV 96.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 211 36 108 0 0.83 0.49 0.17 335.31 0.71 0.48
Hex D3 24 6C 0 53 31 11 14F 47 30
Octal 323 44 154 0 123 61 21 517 107 60
Binary 11010011 100100 1101100 0 1010011 110001 10001 101001111 1000111 110000

Color Harmonies of #D3246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3246C

Black with #D3246C

Text Example


Text Example

White with #D3246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3246C; }

 p { color: rgb(211,36,108); }

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

background-color css

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

 a { background-color: rgb(211,36,108); }

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

border-color css

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

 span { border-color: rgb(211,36,108); }

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