Html Css Color HEX #D3266A Cerise

📋 copy color: '#D3266A'

red 211 ◦ green 38 ◦ blue 106

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

Shades of Cerise #D3266A

Tints of Cerise #D3266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 59.44%
G = 10.7%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3266A (or 0xD3266A) is known color: Cerise. HEX triplet: D3, 26 and 6A. RGB value is (211,38,106). Sum of RGB (Red+Green+Blue) = 211+38+106=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3266A is #2CD995. Grayscale: #616161. Windows color (decimal): -2939286 or 6956755. OLE color: 6956755.

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

Color convert

RGB 211 38 106 -
CMYK 0 0.82 0.50 0.17
HSL 336.42º 0.69% 0.49% -
HSV(B) 336.42º 0.82% 0.83% -
XYZ 30.16 16.28 15.19 -
YUV 97.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 211 38 106 0 0.82 0.50 0.17 336.42 0.69 0.49
Hex D3 26 6A 0 52 32 11 150 45 31
Octal 323 46 152 0 122 62 21 520 105 61
Binary 11010011 100110 1101010 0 1010010 110010 10001 101010000 1000101 110001

Color Harmonies of #D3266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3266A

Black with #D3266A

Text Example


Text Example

White with #D3266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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