Html Css Color HEX #D3265A Cerise

📋 copy color: '#D3265A'

red 211 ◦ green 38 ◦ blue 90

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

Shades of Cerise #D3265A

Tints of Cerise #D3265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 62.24%
G = 11.21%
B = 26.55%

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

#D3265A (or 0xD3265A) is known color: Cerise. HEX triplet: D3, 26 and 5A. RGB value is (211,38,90). Sum of RGB (Red+Green+Blue) = 211+38+90=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3265A is #2CD9A5. Grayscale: #5F5F5F. Windows color (decimal): -2939302 or 5908179. OLE color: 5908179.

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

Color convert

RGB 211 38 90 -
CMYK 0 0.82 0.57 0.17
HSL 341.97º 0.69% 0.49% -
HSV(B) 341.97º 0.82% 0.83% -
XYZ 29.4 15.97 11.21 -
YUV 95.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 211 38 90 0 0.82 0.57 0.17 341.97 0.69 0.49
Hex D3 26 5A 0 52 39 11 156 45 31
Octal 323 46 132 0 122 71 21 526 105 61
Binary 11010011 100110 1011010 0 1010010 111001 10001 101010110 1000101 110001

Color Harmonies of #D3265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3265A

Black with #D3265A

Text Example


Text Example

White with #D3265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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