Html Css Color HEX #D3269B Deep Cerise

📋 copy color: '#D3269B'

red 211 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #D3269B

Tints of Deep Cerise #D3269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 52.23%
G = 9.41%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3269B (or 0xD3269B) is known color: Deep Cerise. HEX triplet: D3, 26 and 9B. RGB value is (211,38,155). Sum of RGB (Red+Green+Blue) = 211+38+155=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3269B is #2CD964. Grayscale: #666666. Windows color (decimal): -2939237 or 10168019. OLE color: 10168019.

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

Color convert

RGB 211 38 155 -
CMYK 0 0.82 0.27 0.17
HSL 319.42º 0.69% 0.49% -
HSV(B) 319.42º 0.82% 0.83% -
XYZ 33.47 17.6 32.64 -
YUV 103.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 211 38 155 0 0.82 0.27 0.17 319.42 0.69 0.49
Hex D3 26 9B 0 52 1B 11 13F 45 31
Octal 323 46 233 0 122 33 21 477 105 61
Binary 11010011 100110 10011011 0 1010010 11011 10001 100111111 1000101 110001

Color Harmonies of #D3269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3269B

Black with #D3269B

Text Example


Text Example

White with #D3269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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