Html Css Color HEX #D3265B Cerise

📋 copy color: '#D3265B'

red 211 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D3265B

Tints of Cerise #D3265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 62.06%
G = 11.18%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3265B (or 0xD3265B) is known color: Cerise. HEX triplet: D3, 26 and 5B. RGB value is (211,38,91). Sum of RGB (Red+Green+Blue) = 211+38+91=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3265B is #2CD9A4. Grayscale: #5F5F5F. Windows color (decimal): -2939301 or 5973715. OLE color: 5973715.

HSL color Cylindrical-coordinate representation of color #D3265B: hue angle of 341.62º degrees, saturation: 0.69, 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 #D3265B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 38 91 -
CMYK 0 0.82 0.57 0.17
HSL 341.62º 0.69% 0.49% -
HSV(B) 341.62º 0.82% 0.83% -
XYZ 29.45 15.99 11.43 -
YUV 95.77 125.31 210.19 -
System Red Green Blue C M Y K H S L
Decimal 211 38 91 0 0.82 0.57 0.17 341.62 0.69 0.49
Hex D3 26 5B 0 52 39 11 156 45 31
Octal 323 46 133 0 122 71 21 526 105 61
Binary 11010011 100110 1011011 0 1010010 111001 10001 101010110 1000101 110001

Color Harmonies of #D3265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3265B

Black with #D3265B

Text Example


Text Example

White with #D3265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3265B; }

 p { color: rgb(211,38,91); }

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

background-color css

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

 a { background-color: rgb(211,38,91); }

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

border-color css

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

 span { border-color: rgb(211,38,91); }

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