Html Css Color HEX #D6258A Deep Cerise

📋 copy color: '#D6258A'

red 214 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #D6258A

Tints of Deep Cerise #D6258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 55.01%
G = 9.51%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6258A (or 0xD6258A) is known color: Deep Cerise. HEX triplet: D6, 25 and 8A. RGB value is (214,37,138). Sum of RGB (Red+Green+Blue) = 214+37+138=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258A is #29DA75. Grayscale: #656565. Windows color (decimal): -2742902 or 9053654. OLE color: 9053654.

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

Color convert

RGB 214 37 138 -
CMYK 0 0.83 0.36 0.16
HSL 325.76º 0.71% 0.49% -
HSV(B) 325.76º 0.83% 0.84% -
XYZ 32.98 17.45 25.68 -
YUV 101.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 214 37 138 0 0.83 0.36 0.16 325.76 0.71 0.49
Hex D6 25 8A 0 53 24 10 146 47 31
Octal 326 45 212 0 123 44 20 506 107 61
Binary 11010110 100101 10001010 0 1010011 100100 10000 101000110 1000111 110001

Color Harmonies of #D6258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6258A

Black with #D6258A

Text Example


Text Example

White with #D6258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6258A; }

 p { color: rgb(214,37,138); }

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

background-color css

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

 a { background-color: rgb(214,37,138); }

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

border-color css

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

 span { border-color: rgb(214,37,138); }

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