Html Css Color HEX #D6269B Deep Cerise

📋 copy color: '#D6269B'

red 214 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #D6269B

Tints of Deep Cerise #D6269B

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

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

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

R = 52.58%
G = 9.34%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6269B (or 0xD6269B) is known color: Deep Cerise. HEX triplet: D6, 26 and 9B. RGB value is (214,38,155). Sum of RGB (Red+Green+Blue) = 214+38+155=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6269B is #29D964. Grayscale: #676767. Windows color (decimal): -2742629 or 10168022. OLE color: 10168022.

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

Color convert

RGB 214 38 155 -
CMYK 0 0.82 0.28 0.16
HSL 320.11º 0.7% 0.49% -
HSV(B) 320.11º 0.82% 0.84% -
XYZ 34.34 18.05 32.68 -
YUV 103.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 214 38 155 0 0.82 0.28 0.16 320.11 0.7 0.49
Hex D6 26 9B 0 52 1C 10 140 46 31
Octal 326 46 233 0 122 34 20 500 106 61
Binary 11010110 100110 10011011 0 1010010 11100 10000 101000000 1000110 110001

Color Harmonies of #D6269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6269B

Black with #D6269B

Text Example


Text Example

White with #D6269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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