Html Css Color HEX #D3256E Cerise

📋 copy color: '#D3256E'

red 211 ◦ green 37 ◦ blue 110

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

Shades of Cerise #D3256E

Tints of Cerise #D3256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 58.94%
G = 10.34%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3256E (or 0xD3256E) is known color: Cerise. HEX triplet: D3, 25 and 6E. RGB value is (211,37,110). Sum of RGB (Red+Green+Blue) = 211+37+110=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3256E is #2CDA91. Grayscale: #616161. Windows color (decimal): -2939538 or 7218643. OLE color: 7218643.

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

Color convert

RGB 211 37 110 -
CMYK 0 0.82 0.48 0.17
HSL 334.83º 0.7% 0.49% -
HSV(B) 334.83º 0.82% 0.83% -
XYZ 30.34 16.3 16.3 -
YUV 97.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 211 37 110 0 0.82 0.48 0.17 334.83 0.7 0.49
Hex D3 25 6E 0 52 30 11 14F 46 31
Octal 323 45 156 0 122 60 21 517 106 61
Binary 11010011 100101 1101110 0 1010010 110000 10001 101001111 1000110 110001

Color Harmonies of #D3256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3256E

Black with #D3256E

Text Example


Text Example

White with #D3256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3256E; }

 p { color: rgb(211,37,110); }

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

background-color css

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

 a { background-color: rgb(211,37,110); }

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

border-color css

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

 span { border-color: rgb(211,37,110); }

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